Quick build fix for windows

This commit is contained in:
Alexander "Ace" Olofsson 2013-12-28 18:16:01 +01:00
parent f1be4656ec
commit b50151cb38

View file

@ -69,12 +69,12 @@ boost::filesystem::path WindowsPath::getLocalPath() const
boost::filesystem::path WindowsPath::getGlobalDataPath() const
{
return getGlobalPath();
return getGlobalConfigPath();
}
boost::filesystem::path WindowsPath::getCachePath() const
{
return getUserPath() / "cache";
return getUserConfigPath() / "cache";
}
boost::filesystem::path WindowsPath::getInstallPath() const