summaryrefslogtreecommitdiffstats
path: root/data/stdinstance.cpp
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-01-15 18:46:27 -0600
committerAndrew <forkk@forkk.net>2013-01-15 18:46:27 -0600
commitf7e9a7523fdd8c9e2aaaf59f36fc4a702690b760 (patch)
tree83f8a441ec16cc5aed4b5e4e14b93351a9c6a3da /data/stdinstance.cpp
parentfce0f5df045f1d956cabeda41406001a037c9ab7 (diff)
downloadMultiMC-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar
MultiMC-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar.gz
MultiMC-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar.lz
MultiMC-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar.xz
MultiMC-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.zip
Added settings dialog.
Diffstat (limited to 'data/stdinstance.cpp')
-rw-r--r--data/stdinstance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stdinstance.cpp b/data/stdinstance.cpp
index 8bb74097..1324b510 100644
--- a/data/stdinstance.cpp
+++ b/data/stdinstance.cpp
@@ -15,8 +15,8 @@
#include "stdinstance.h"
-StdInstance::StdInstance(QString dir) :
- InstanceBase(dir)
+StdInstance::StdInstance(QString rootDir) :
+ InstanceBase(rootDir)
{
}