]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix warning
authordbv <dbv@opencascade.com>
Fri, 2 Dec 2016 13:15:11 +0000 (16:15 +0300)
committerdbv <dbv@opencascade.com>
Fri, 2 Dec 2016 13:15:11 +0000 (16:15 +0300)
src/Config/Config_Translator.h

index 23c6f1850c8fcfe8f9579498d91855554c08f9c6..4fbfcb5b98441158939788a2d5988bba5ae497da 100644 (file)
@@ -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<std::string>& theParams = std::list<std::string>());