summaryrefslogtreecommitdiffstats
path: root/logic/forge/ForgeInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/forge/ForgeInstaller.h')
-rw-r--r--logic/forge/ForgeInstaller.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/logic/forge/ForgeInstaller.h b/logic/forge/ForgeInstaller.h
index f2e5e393..e85582fd 100644
--- a/logic/forge/ForgeInstaller.h
+++ b/logic/forge/ForgeInstaller.h
@@ -20,7 +20,7 @@
#include <QString>
#include <memory>
-class InstanceVersion;
+class MinecraftProfile;
class ForgeInstallTask;
struct ForgeVersion;
@@ -40,12 +40,11 @@ protected:
private:
// the parsed version json, read from the installer
- std::shared_ptr<InstanceVersion> m_forge_json;
+ std::shared_ptr<MinecraftProfile> m_forge_json;
// the actual forge version
std::shared_ptr<ForgeVersion> m_forge_version;
QString internalPath;
QString finalPath;
- QString realVersionId;
QString m_forgeVersionString;
QString m_universal_url;
};