diff options
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r-- | src/utils/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h index 8ed1fd3d9..a31716dcc 100644 --- a/src/utils/paths.h +++ b/src/utils/paths.h @@ -37,7 +37,7 @@ std::string removeLast(const std::string &str) A_WARN_UNUSED; std::string getSelfName() A_WARN_UNUSED; -std::string getDesktopDir() A_WARN_UNUSED; +std::string getPicturesDir() A_WARN_UNUSED; #ifdef ANDROID std::string getSdStoragePath() A_WARN_UNUSED; |