diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-04-06 03:59:37 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-04-06 03:59:37 +0200 |
commit | 482ad250a4454d993a98488edfe01d7f9dc35de7 (patch) | |
tree | f18d785ed4f33efbb6e925cbca7b4f30a306290c /gui/MainWindow.cpp | |
parent | f9169654c57d56a900157bbbf6ceab60fac1f800 (diff) | |
download | PrismLauncher-482ad250a4454d993a98488edfe01d7f9dc35de7.tar.gz PrismLauncher-482ad250a4454d993a98488edfe01d7f9dc35de7.tar.bz2 PrismLauncher-482ad250a4454d993a98488edfe01d7f9dc35de7.zip |
Workaround for dirty build folders.
My disgust just turned into barely contained rage :<
Diffstat (limited to 'gui/MainWindow.cpp')
-rw-r--r-- | gui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/MainWindow.cpp b/gui/MainWindow.cpp index e4d28ca3..ce09c42d 100644 --- a/gui/MainWindow.cpp +++ b/gui/MainWindow.cpp @@ -17,7 +17,7 @@ * limitations under the License. */ #include "MultiMC.h" -#include "Config.h" +#include "BuildConfig.h" #include "MainWindow.h" #include "ui_MainWindow.h" |