From 005a010ee6a67191ec24583780310fcf217ff30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 4 Aug 2013 14:46:33 +0200 Subject: More code cleanups! --- backend/LegacyInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/LegacyInstance.h') 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 ); -- cgit v1.2.3