From 12413f722de65fc221d2938cb16173be5b7e95d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 4 Apr 2016 00:33:56 +0200 Subject: GH-575 separate legacy jar mod list from mod list --- api/logic/minecraft/legacy/LegacyInstance.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'api/logic/minecraft/legacy/LegacyInstance.h') diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h index 3bef240d..88db5360 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.h +++ b/api/logic/minecraft/legacy/LegacyInstance.h @@ -20,6 +20,7 @@ #include "multimc_logic_export.h" class ModList; +class LegacyModList; class Task; class MULTIMC_LOGIC_EXPORT LegacyInstance : public MinecraftInstance @@ -44,7 +45,7 @@ public: */ ////// Mod Lists ////// - std::shared_ptr jarModList() const ; + std::shared_ptr jarModList() const ; virtual QList< Mod > getJarMods() const override; std::shared_ptr coreModList() const; std::shared_ptr loaderModList() const; @@ -130,7 +131,7 @@ public: } protected: - mutable std::shared_ptr jar_mod_list; + mutable std::shared_ptr jar_mod_list; mutable std::shared_ptr core_mod_list; mutable std::shared_ptr loader_mod_list; mutable std::shared_ptr texture_pack_list; -- cgit v1.2.3