diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-15 18:10:51 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-15 18:13:46 +0100 |
commit | dd9e04000ccd02a868138de9276f8fb93b855550 (patch) | |
tree | 496985ef1c0d0d1ba724948b87aaf641a78c624b /logic/BaseInstance.h | |
parent | 5a3043398e45cbe39455609a42463f2e6e5d3fd2 (diff) | |
download | MultiMC-dd9e04000ccd02a868138de9276f8fb93b855550.tar MultiMC-dd9e04000ccd02a868138de9276f8fb93b855550.tar.gz MultiMC-dd9e04000ccd02a868138de9276f8fb93b855550.tar.lz MultiMC-dd9e04000ccd02a868138de9276f8fb93b855550.tar.xz MultiMC-dd9e04000ccd02a868138de9276f8fb93b855550.zip |
Improve group changing, update instance on version change
Gives a list of existing groups to choose from.
Instances are updated as long as there is at least one valid account.
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index 93e57414..5f426676 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -149,7 +149,7 @@ public: */ virtual SettingsObject &settings() const; - /// returns a valid update task if update is needed, NULL otherwise + /// returns a valid update task virtual std::shared_ptr<Task> doUpdate(bool only_prepare) = 0; /// returns a valid minecraft process, ready for launch with the given account. |