diff options
Diffstat (limited to 'src/utils/translation/poparser.h')
-rw-r--r-- | src/utils/translation/poparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h index 9f6fd7d35..12a0909e7 100644 --- a/src/utils/translation/poparser.h +++ b/src/utils/translation/poparser.h @@ -35,8 +35,8 @@ class PoParser final A_DELETE_COPY(PoParser) PoDict *load(const std::string &restrict lang, - const std::string &restrict fileName = "", - PoDict *restrict const dict = nullptr); + const std::string &restrict fileName, + PoDict *restrict const dict); static bool checkLang(const std::string &lang); |