Skip to content
Snippets Groups Projects
Commit ca206bad authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Flip the flag, because of the name change.

git-svn-id: http://root.cern.ch/svn/root/trunk@46810 27541ba8-7e3a-0410-8455-c3a389f83636
parent 9e0245d7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment