summaryrefslogtreecommitdiffstats
path: root/src/app/system_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system_linux.h')
-rw-r--r--src/app/system_linux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/system_linux.h b/src/app/system_linux.h
index 2b32660..5f4fcc3 100644
--- a/src/app/system_linux.h
+++ b/src/app/system_linux.h
@@ -48,8 +48,7 @@ public:
virtual long long GetTimeStampExactResolution() override;
virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override;
- virtual std::string GetProfileFileLocation() override;
- virtual std::string GetSavegameDirectoryLocation() override;
+ virtual std::string GetSaveDir() override;
private:
bool m_zenityAvailable;