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
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ String GetPrefixPath() ...@@ -35,7 +35,7 @@ String GetPrefixPath()
String GetSharedDataPath() 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