Flip the flag, because of the name change.

git-svn-id: http://root.cern.ch/svn/root/trunk@46810 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-10-25 14:10:41 +00:00
parent 8c385cf901
commit b978876705

View File

@ -125,7 +125,7 @@ ExecutionContext::NotifyLazyFunctionCreators(const std::string& mangled_name)
return ret;
}
if (!m_LazyFuncCreatorDiagsSuppressed)
if (m_LazyFuncCreatorDiagsSuppressed)
return 0;
return HandleMissingFunction(mangled_name);