summaryrefslogtreecommitdiffstats
path: root/application/LaunchInteraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/LaunchInteraction.h')
-rw-r--r--application/LaunchInteraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/LaunchInteraction.h b/application/LaunchInteraction.h
index f62d5124..d64c3f6a 100644
--- a/application/LaunchInteraction.h
+++ b/application/LaunchInteraction.h
@@ -45,5 +45,5 @@ private:
QWidget * m_parentWidget = nullptr;
ConsoleWindow *m_console = nullptr;
AuthSessionPtr m_session;
- std::shared_ptr <BaseLauncher> m_launcher;
+ std::shared_ptr <LaunchTask> m_launcher;
};