diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-18 18:14:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-18 18:14:52 +0300 |
commit | 68a46feb0eb43663ff145fea3b2216ea79c8e36f (patch) | |
tree | 84b0eadd11da6e148401493df5bbbd45837543c4 /src/utils/specialfolder.h | |
parent | e36b143b5a6b5dadae90d9095fc60c16695de764 (diff) | |
download | plus-68a46feb0eb43663ff145fea3b2216ea79c8e36f.tar.gz plus-68a46feb0eb43663ff145fea3b2216ea79c8e36f.tar.bz2 plus-68a46feb0eb43663ff145fea3b2216ea79c8e36f.tar.xz plus-68a46feb0eb43663ff145fea3b2216ea79c8e36f.zip |
improve specialfolder file.
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 |