Skip to content
Snippets Groups Projects
Commit 42238717 authored by Marco Biasini's avatar Marco Biasini
Browse files

Revert "use native path"

newer versions of boost dont' seem to like it...
parent bd4bed84
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ String GetPrefixPath()
String GetSharedDataPath()
{
return (path(GetPrefixPath()) / "share" / "openstructure").native_file_string();
return (path(GetPrefixPath()) / "share" / "openstructure").string();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment