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

Think before commit - it helps... Fixes cling's testsuite.

git-svn-id: http://root.cern.ch/svn/root/trunk@46813 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3456a084
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ std::set<std::string> ExecutionContext::m_unresolvedSymbols;
std::vector<ExecutionContext::LazyFunctionCreatorFunc_t>
ExecutionContext::m_lazyFuncCreator;
bool ExecutionContext::m_LazyFuncCreatorDiagsSuppressed = true;
bool ExecutionContext::m_LazyFuncCreatorDiagsSuppressed = false;
ExecutionContext::ExecutionContext():
m_engine(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment