summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.h b/MultiMC.h
index ea3034b0..d02099f3 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -58,7 +58,7 @@ public:
};
public:
- MultiMC(int &argc, char **argv, const QString &root = QString());
+ MultiMC(int &argc, char **argv, bool root_override = false);
virtual ~MultiMC();
std::shared_ptr<SettingsObject> settings()