Commit a49a9bf9 by Shannon Woods

Removes auto from compiler.

TRAC #23604 Author: Shannon Woods Signed-off-by: Geoff Lang Signed-off-by: Nicolas Capens
parent a36ead4a
......@@ -967,7 +967,7 @@ bool TParseContext::supportsExtension(const char* extension)
bool TParseContext::isExtensionEnabled(const char* extension) const
{
const TExtensionBehavior& extbehavior = extensionBehavior();
auto iter = extbehavior.find(extension);
TExtensionBehavior::const_iterator iter = extbehavior.find(extension);
if (iter == extbehavior.end())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment