From 09701a4066a52151fdae95dcbd29920539199655 Mon Sep 17 00:00:00 2001 From: dbv Date: Fri, 2 Dec 2016 16:15:11 +0300 Subject: [PATCH] Fix warning --- src/Config/Config_Translator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Config_Translator.h b/src/Config/Config_Translator.h index 23c6f1850..4fbfcb5b9 100644 --- a/src/Config/Config_Translator.h +++ b/src/Config/Config_Translator.h @@ -55,7 +55,7 @@ public: * \param theParams a list of parameters (can be empty) */ static CONFIG_EXPORT std::string translate(const std::string& theContext, - const std::string& theMessage, + const std::string& theMessage, const std::list& theParams = std::list()); -- 2.39.2