summaryrefslogtreecommitdiffstats
path: root/logic/NullInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/NullInstance.h')
-rw-r--r--logic/NullInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/NullInstance.h b/logic/NullInstance.h
index 0927322e..bad4b4de 100644
--- a/logic/NullInstance.h
+++ b/logic/NullInstance.h
@@ -43,7 +43,7 @@ public:
{
return instanceRoot();
};
- virtual std::shared_ptr<BaseLauncher> createLaunchTask(AuthSessionPtr)
+ virtual std::shared_ptr<LaunchTask> createLaunchTask(AuthSessionPtr)
{
return nullptr;
}