summaryrefslogtreecommitdiffstats
path: root/logic/LiteLoaderInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/LiteLoaderInstaller.h')
-rw-r--r--logic/LiteLoaderInstaller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/LiteLoaderInstaller.h b/logic/LiteLoaderInstaller.h
index c128ee22..5e01b16c 100644
--- a/logic/LiteLoaderInstaller.h
+++ b/logic/LiteLoaderInstaller.h
@@ -25,8 +25,8 @@ class LiteLoaderInstaller : public BaseInstaller
public:
LiteLoaderInstaller();
- bool canApply(DerpInstance *instance) const override;
- bool add(DerpInstance *to) override;
+ bool canApply(OneSixInstance *instance) const override;
+ bool add(OneSixInstance *to) override;
private:
virtual QString id() const override { return "com.mumfrey.liteloader"; }