From 82a4015692e630f36f94a55590c1b59b958c5a17 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Feb 2014 17:56:08 +0300 Subject: add missing const and static keywords. --- src/utils/translation/poparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/translation/poparser.h') 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(); -- cgit v1.2.3-70-g09d2