diff options
Diffstat (limited to 'tests/echotest.cc')
-rw-r--r-- | tests/echotest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/echotest.cc b/tests/echotest.cc index 7abfd78..b881503 100644 --- a/tests/echotest.cc +++ b/tests/echotest.cc @@ -45,6 +45,7 @@ #include <boost/filesystem.hpp> namespace fs = boost::filesystem; +#include "boosty.h" std::string commandline_commands; std::string currentdir; @@ -85,7 +86,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()); |