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

use native path

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