summaryrefslogtreecommitdiff
path: root/src/utils/translation/poparser.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-07 17:56:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-07 17:56:08 +0300
commit82a4015692e630f36f94a55590c1b59b958c5a17 (patch)
tree72e7cbd31b45e13d252a38d5fcad4620b48ec6b5 /src/utils/translation/poparser.h
parentafc6bb37100fd110512cd1119920719376e87ecf (diff)
downloadmv-82a4015692e630f36f94a55590c1b59b958c5a17.tar.gz
mv-82a4015692e630f36f94a55590c1b59b958c5a17.tar.bz2
mv-82a4015692e630f36f94a55590c1b59b958c5a17.tar.xz
mv-82a4015692e630f36f94a55590c1b59b958c5a17.zip
add missing const and static keywords.
Diffstat (limited to 'src/utils/translation/poparser.h')
-rw-r--r--src/utils/translation/poparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h
index b4dc8a6bd..08a6ac7b1 100644
--- a/src/utils/translation/poparser.h
+++ b/src/utils/translation/poparser.h
@@ -39,7 +39,7 @@ class PoParser final
const std::string &restrict fileName = "",
PoDict *restrict const dict = nullptr);
- bool checkLang(std::string lang) const;
+ static bool checkLang(std::string lang);
static PoDict *getEmptyDict();