]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
refs #98 - Default color for constraints
authornds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:25:50 +0000 (14:25 +0400)
committernds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:25:50 +0000 (14:25 +0400)
refs #129 - old LightApprc.7.4.0 problem
The default values save mechanizm is implemented.

src/Config/Config_PropManager.h

index 90df27705fb9f1aa7f2a405b12e376a6f4fe10d0..1753e8eb40bf5a66164be68b63b148623d179536 100644 (file)
@@ -27,7 +27,7 @@ class Config_PropManager
    * Returns True if the property succesfully registered
    */
   CONFIG_EXPORT static bool registerProp(const std::string& theSection, const std::string& theName,
-    const std::string& theTitle, Config_Prop::PropType theType, const std::string& theDefValue = );
+    const std::string& theTitle, Config_Prop::PropType theType, const std::string& theDefValue = "");
 
   CONFIG_EXPORT static Config_Prop* findProp(
     const std::string& theSection, const std::string& theName);