diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index b422a374..f4cf06af 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -84,7 +84,7 @@ void add_win32_path() lib_path.replace("/", "\\"); const QByteArray lib_path_ = QFile::encodeName(lib_path); - QString mod_path = OPENTRACK_BASE_PATH + QString(OPENTRACK_LIBRARY_PATH); + QString mod_path = OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH; mod_path.replace("/", "\\"); const QByteArray mod_path_ = QFile::encodeName(mod_path); |