From 4169f53b19372ccb978f6384b8f89e2819e1f00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 28 Jul 2018 00:00:04 +0200 Subject: [PATCH] NOISSUE fix build on macOS? --- api/logic/minecraft/legacy/LegacyInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h index cc4e9940..42a6a5b2 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.h +++ b/api/logic/minecraft/legacy/LegacyInstance.h @@ -52,7 +52,7 @@ public: QString coreModsDir() const; QString resourceDir() const; virtual QString instanceConfigFolder() const override; - QString gameRoot() const; // Path to the instance's minecraft directory. + QString gameRoot() const override; // Path to the instance's minecraft directory. QString binRoot() const; // Path to the instance's minecraft bin directory. /// Get the curent base jar of this instance. By default, it's the