summaryrefslogtreecommitdiff
path: root/src/openscad.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-24 23:22:03 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-24 23:22:03 (GMT)
commit9293b591c720d2021be15b3bed56633d2ac17a8d (patch)
treecc1d05a3b9f6599f6bc2168fbfe8a78f2f6711d2 /src/openscad.h
parenta5ea98c4a499bdc534d58ecf4881d6ce435d3bd5 (diff)
Ported currentdir handling from Qt to boost filesystem
Diffstat (limited to 'src/openscad.h')
-rw-r--r--src/openscad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.h b/src/openscad.h
index 23ae4da..dab14cd 100644
--- a/src/openscad.h
+++ b/src/openscad.h
@@ -36,7 +36,7 @@ extern std::string commandline_commands;
#include <QString>
// The CWD when application started. We shouldn't change CWD, but until we stop
// doing this, use currentdir to get the original CWD.
-extern QString currentdir;
+extern std::string currentdir;
extern QString examplesdir;
contact: Jan Huwald // Impressum