summaryrefslogtreecommitdiffstats
path: root/backend/LegacyInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LegacyInstance.h')
-rw-r--r--backend/LegacyInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LegacyInstance.h b/backend/LegacyInstance.h
index 64b7b40a..dcc97448 100644
--- a/backend/LegacyInstance.h
+++ b/backend/LegacyInstance.h
@@ -96,7 +96,7 @@ public:
void setShouldUpdate(bool val);
/// return a valid GameUpdateTask if an update is needed, return NULL otherwise
- virtual GameUpdateTask* doUpdate();
+ virtual OneSixUpdate* doUpdate();
/// prepare the instance for launch and return a constructed MinecraftProcess instance
virtual MinecraftProcess* prepareForLaunch( QString user, QString session );