From 088b039cf7de6b217a289499a8efe5a47e861829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 25 Nov 2013 00:46:52 +0100 Subject: Detect java bitness on launch, use appropriate libraries Fixes problems with latest snapshot --- logic/BaseInstance.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'logic/BaseInstance.h') diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index cf86fda6..2d7537d6 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -93,7 +93,6 @@ public: * \warning Don't change this value unless you know what you're doing. */ virtual QString currentVersionId() const = 0; - // virtual void setCurrentVersionId(QString val) = 0; /*! * Whether or not Minecraft should be downloaded when the instance is launched. @@ -151,7 +150,7 @@ public: virtual SettingsObject &settings() const; /// returns a valid update task if update is needed, NULL otherwise - virtual Task *doUpdate() = 0; + virtual Task *doUpdate(bool prepare_for_launch) = 0; /// returns a valid minecraft process, ready for launch with the given account. virtual MinecraftProcess *prepareForLaunch(MojangAccountPtr account) = 0; -- cgit v1.2.3