summaryrefslogtreecommitdiffstats
path: root/backend/LegacyInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-04 14:46:33 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-04 14:46:33 +0200
commit005a010ee6a67191ec24583780310fcf217ff30c (patch)
tree22d0e5e63a03962a393db975fa1cdd1e65306e6b /backend/LegacyInstance.h
parent935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75 (diff)
downloadMultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar
MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.gz
MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.lz
MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.xz
MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.zip
More code cleanups!
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 );