summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/forge/ForgeInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/forge/ForgeInstaller.h')
-rw-r--r--logic/minecraft/forge/ForgeInstaller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/minecraft/forge/ForgeInstaller.h b/logic/minecraft/forge/ForgeInstaller.h
index 0de762b6..499a6fb3 100644
--- a/logic/minecraft/forge/ForgeInstaller.h
+++ b/logic/minecraft/forge/ForgeInstaller.h
@@ -22,7 +22,7 @@
#include "multimc_logic_export.h"
-class MinecraftProfile;
+class VersionFile;
class ForgeInstallTask;
struct ForgeVersion;
@@ -42,7 +42,7 @@ protected:
private:
// the parsed version json, read from the installer
- std::shared_ptr<MinecraftProfile> m_forge_json;
+ std::shared_ptr<VersionFile> m_forge_json;
// the actual forge version
std::shared_ptr<ForgeVersion> m_forge_version;
QString internalPath;