Debugger: Fix build error introduced by merge

Change-Id: I9385490a524c45129a1a190e90e940410ead6355
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Eike Ziller
2016-03-23 15:29:38 +01:00
committed by Tim Jenssen
parent 6033231ae9
commit 48ef713da3

View File

@@ -391,7 +391,7 @@ void DebuggerRunControlCreator::enrich(const RunConfiguration *runConfig, const
return;
}
m_rp.macroExpander = m_kit->macroExpander();
m_rp.macroExpander = kit->macroExpander();
if (m_runConfig) {
if (auto envAspect = m_runConfig->extraAspect<EnvironmentAspect>()) {