From a1bfd4d5dfafde544d9a067e429939a4505ed020 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 20:19:12 +0300 Subject: Remove default parameters from poparser. --- src/utils/translation/poparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') 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); -- cgit v1.2.3-60-g2f50