diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-11 00:12:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-11 00:12:43 +0300 |
commit | 368afa4bc05e5b66e521b6c881cd8e8f260cf5df (patch) | |
tree | ec9bd6a3c992c46550ad9aa396f10862257db68d /src/utils/translation/poparser.h | |
parent | ee75580d40c5c444d184a6ecbeb99493ba42085a (diff) | |
download | plus-368afa4bc05e5b66e521b6c881cd8e8f260cf5df.tar.gz plus-368afa4bc05e5b66e521b6c881cd8e8f260cf5df.tar.bz2 plus-368afa4bc05e5b66e521b6c881cd8e8f260cf5df.tar.xz plus-368afa4bc05e5b66e521b6c881cd8e8f260cf5df.zip |
Add missing checks into other files.
Diffstat (limited to 'src/utils/translation/poparser.h')
-rw-r--r-- | src/utils/translation/poparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h index bb7816161..7dcde6fe9 100644 --- a/src/utils/translation/poparser.h +++ b/src/utils/translation/poparser.h @@ -58,7 +58,7 @@ class PoParser final static std::string getFileName(const std::string &lang); - PoDict *getDict() const; + PoDict *getDict() const RETURNS_NONNULL A_WARN_UNUSED; static void convertStr(std::string &str); |