diff options
author | Andrew <forkk@forkk.net> | 2013-01-15 18:46:27 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-01-15 18:46:27 -0600 |
commit | f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760 (patch) | |
tree | 83f8a441ec16cc5aed4b5e4e14b93351a9c6a3da /data/stdinstance.cpp | |
parent | fce0f5df045f1d956cabeda41406001a037c9ab7 (diff) | |
download | PrismLauncher-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar.gz PrismLauncher-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.tar.bz2 PrismLauncher-f7e9a7523fdd8c9e2aaaf59f36fc4a702690b760.zip |
Added settings dialog.
Diffstat (limited to 'data/stdinstance.cpp')
-rw-r--r-- | data/stdinstance.cpp | 4 |
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) { } |