summaryrefslogtreecommitdiff
path: root/tests/csgtermtest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/csgtermtest.cc')
-rw-r--r--tests/csgtermtest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/csgtermtest.cc b/tests/csgtermtest.cc
index 016285e..a7369e8 100644
--- a/tests/csgtermtest.cc
+++ b/tests/csgtermtest.cc
@@ -49,6 +49,7 @@
#include <boost/filesystem.hpp>
namespace fs = boost::filesystem;
+#include "boosty.h"
std::string commandline_commands;
std::string currentdir;
@@ -73,7 +74,7 @@ int main(int argc, char **argv)
QApplication app(argc, argv, false);
fs::path original_path = fs::current_path();
- currentdir = fs::current_path().generic_string();
+ currentdir = boosty::stringy( fs::current_path() );
parser_init(QApplication::instance()->applicationDirPath().toStdString());
contact: Jan Huwald // Impressum