diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-02 15:56:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-02 15:56:39 (GMT) |
commit | dc82399ce2f717739a4b086ecad5cd8ff8f97458 (patch) | |
tree | dc774d0365e3c583a3720b1cc83230b42e21742a /src/openscad.cc | |
parent | b4d467ceda9a13a861002f642052214e59e75d17 (diff) |
cosmetics
Diffstat (limited to 'src/openscad.cc')
-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 |