compile fix

felipesanches-svg
Marius Kintel 2013-05-22 00:28:41 +02:00
parent 41d1c94879
commit 18c4eeebdc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
std::string PlatformUtils::documentsPath()
{
fs::path docpath(getenv("HOME"));
docpath /= ".local" / "share";
docpath = docpath / ".local" / "share";
return boosty::stringy(docpath);
}