summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-15 22:49:37 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-15 22:49:37 +0100
commitd85e820a070ea81ee9b76553c3e35948ef785426 (patch)
tree53f508fdc554dbb8ab4105d31fe91c7752f9cc25 /logic/BaseInstance.h
parent555cbe00ced6097202f148f200811acc6b1eeb4d (diff)
downloadMultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.gz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.lz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.tar.xz
MultiMC-d85e820a070ea81ee9b76553c3e35948ef785426.zip
Fix FTB.
Add support of private packs. Fix instance ID problems related to FTB instances.
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r--logic/BaseInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h
index 353ea58a..a861e9b2 100644
--- a/logic/BaseInstance.h
+++ b/logic/BaseInstance.h
@@ -57,7 +57,7 @@ public:
/// The instance's ID. The ID SHALL be determined by MMC internally. The ID IS guaranteed to
/// be unique.
- QString id() const;
+ virtual QString id() const;
/// get the type of this instance
QString instanceType() const;