diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index 7fe054f..798bdec 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -205,7 +205,7 @@ int main(int argc, char **argv) } #endif - currentdir = boosty::stringy( fs::current_path() ); + currentdir = boosty::stringy(fs::current_path()); QDir exdir(QApplication::instance()->applicationDirPath()); #ifdef Q_WS_MAC |