summaryrefslogtreecommitdiff
path: root/src/utils/specialfolder.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-18 18:14:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-18 18:14:52 +0300
commit68a46feb0eb43663ff145fea3b2216ea79c8e36f (patch)
tree84b0eadd11da6e148401493df5bbbd45837543c4 /src/utils/specialfolder.h
parente36b143b5a6b5dadae90d9095fc60c16695de764 (diff)
downloadplus-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.h2
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