aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerStack.cpp')
-rw-r--r--CompilerStack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.cpp b/CompilerStack.cpp
index a2a17831..554d06fd 100644
--- a/CompilerStack.cpp
+++ b/CompilerStack.cpp
@@ -267,7 +267,7 @@ void CompilerStack::reset(bool _keepSources)
{
m_sources.clear();
if (m_addStandardSources)
- addSources(StandardSources);
+ addSources(StandardSources, true);
}
m_globalContext.reset();
m_sourceOrder.clear();