aboutsummaryrefslogtreecommitdiff
path: root/launcher/NullInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/NullInstance.h')
-rw-r--r--launcher/NullInstance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/NullInstance.h b/launcher/NullInstance.h
index 94ed6c3a..ed421433 100644
--- a/launcher/NullInstance.h
+++ b/launcher/NullInstance.h
@@ -73,4 +73,7 @@ public:
out << "Null instance - placeholder.";
return out;
}
+ QString modsRoot() const override {
+ return QString();
+ }
};