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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/forge/ForgeInstaller.h b/logic/forge/ForgeInstaller.h
index dafa6305..14aeeb51 100644
--- a/logic/forge/ForgeInstaller.h
+++ b/logic/forge/ForgeInstaller.h
@@ -20,7 +20,7 @@
#include <QString>
#include <memory>
-class VersionFinal;
+class InstanceVersion;
class ForgeInstallTask;
class ForgeVersion;
@@ -40,7 +40,7 @@ protected:
private:
// the parsed version json, read from the installer
- std::shared_ptr<VersionFinal> m_forge_json;
+ std::shared_ptr<InstanceVersion> m_forge_json;
// the actual forge version
std::shared_ptr<ForgeVersion> m_forge_version;
QString internalPath;