summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/debuggerruncontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerruncontrol.h b/src/plugins/debugger/debuggerruncontrol.h
index 216adccaee..9aba97e7ae 100644
--- a/src/plugins/debugger/debuggerruncontrol.h
+++ b/src/plugins/debugger/debuggerruncontrol.h
@@ -83,8 +83,8 @@ signals:
private:
void handleFinished();
- friend DebuggerRunControl *createDebuggerRunControl(const DebuggerStartParameters &sp,
- QString *errorMessage);
+ friend DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(
+ const DebuggerStartParameters &sp, QString *errorMessage);
DebuggerRunControl(ProjectExplorer::RunConfiguration *runConfig,
Internal::DebuggerEngine *engine);