From ff3f52136772eccf65cd031f7777e2b352946d5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Dec 2013 12:05:58 +0300 Subject: add restrict into poparser. --- src/utils/translation/poparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils/translation/poparser.h') diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h index 1d13fa694..15aef53e3 100644 --- a/src/utils/translation/poparser.h +++ b/src/utils/translation/poparser.h @@ -35,9 +35,9 @@ class PoParser final A_DELETE_COPY(PoParser) - PoDict *load(const std::string &lang, - const std::string &fileName = "", - PoDict *const dict = nullptr); + PoDict *load(const std::string &restrict lang, + const std::string &restrict fileName = "", + PoDict *restrict const dict = nullptr); bool checkLang(std::string lang) const; -- cgit v1.2.3-70-g09d2