diff options
Diffstat (limited to 'backend/LegacyInstance.h')
-rw-r--r-- | backend/LegacyInstance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/LegacyInstance.h b/backend/LegacyInstance.h index ef449b79..64b7b40a 100644 --- a/backend/LegacyInstance.h +++ b/backend/LegacyInstance.h @@ -84,8 +84,8 @@ public: * If this is not the same as currentVersion, the instance's game updater * will be run on launch. */ - QString intendedVersion() const; - void setIntendedVersion(QString val); + virtual QString intendedVersionId(); + virtual bool setIntendedVersionId ( QString version ); /*! * Whether or not Minecraft should be downloaded when the instance is launched. |