summaryrefslogtreecommitdiffstats
path: root/logic/ForgeInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/ForgeInstaller.h')
-rw-r--r--logic/ForgeInstaller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/logic/ForgeInstaller.h b/logic/ForgeInstaller.h
index 0b9f9c77..65cad87c 100644
--- a/logic/ForgeInstaller.h
+++ b/logic/ForgeInstaller.h
@@ -17,18 +17,18 @@
#include <QString>
#include <memory>
-class OneSixVersion;
+class DerpVersion;
class ForgeInstaller
{
public:
ForgeInstaller(QString filename, QString universal_url);
- bool apply(std::shared_ptr<OneSixVersion> to);
+ bool apply(std::shared_ptr<DerpVersion> to);
private:
// the version, read from the installer
- std::shared_ptr<OneSixVersion> m_forge_version;
+ std::shared_ptr<DerpVersion> m_forge_version;
QString internalPath;
QString finalPath;
QString realVersionId;