summaryrefslogtreecommitdiffstats
path: root/src/app/system_macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system_macosx.h')
-rw-r--r--src/app/system_macosx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/system_macosx.h b/src/app/system_macosx.h
index b6a044b..8ae233c 100644
--- a/src/app/system_macosx.h
+++ b/src/app/system_macosx.h
@@ -30,8 +30,7 @@ public:
virtual std::string GetDataPath() override;
virtual std::string GetLangPath() override;
- virtual std::string GetProfileFileLocation() override;
- virtual std::string GetSavegameDirectoryLocation() override;
+ virtual std::string GetSaveDir() override;
private:
std::string m_ASPath;
std::string m_dataPath;