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 39c5702..9063aab 100644
--- a/src/app/system_macosx.h
+++ b/src/app/system_macosx.h
@@ -32,8 +32,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;