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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/system_linux.h b/src/app/system_linux.h
index ad26454..f9cce05 100644
--- a/src/app/system_linux.h
+++ b/src/app/system_linux.h
@@ -46,7 +46,7 @@ public:
virtual long long GetTimeStampExactResolution() override;
virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override;
- virtual std::string GetProfileFileLocation() override;
+ virtual std::string GetSaveDir() override;
private:
bool m_zenityAvailable;