diff options
Diffstat (limited to 'src/utils/specialfolder.h')
-rw-r--r-- | src/utils/specialfolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/specialfolder.h b/src/utils/specialfolder.h index 31ec95ef7..2ee91e2c3 100644 --- a/src/utils/specialfolder.h +++ b/src/utils/specialfolder.h @@ -27,7 +27,7 @@ #include <string> #include "localconsts.h" -std::string getSpecialFolderLocation(int folderId) A_WARN_UNUSED; +std::string getSpecialFolderLocation(const int folderId) A_WARN_UNUSED; #endif #endif |