From: dbv Date: Fri, 2 Dec 2016 13:15:11 +0000 (+0300) Subject: Fix warning X-Git-Tag: V_2.6.0~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09701a4066a52151fdae95dcbd29920539199655;p=modules%2Fshaper.git Fix warning --- 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());