From: nds Date: Fri, 24 Oct 2014 10:25:50 +0000 (+0400) Subject: refs #98 - Default color for constraints X-Git-Tag: V_0.5~77 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90ed4c076f9dcc732a6b8f9faf2f768e4435d17a;p=modules%2Fshaper.git refs #98 - Default color for constraints refs #129 - old LightApprc.7.4.0 problem The default values save mechanizm is implemented. --- diff --git a/src/Config/Config_PropManager.h b/src/Config/Config_PropManager.h index 90df27705..1753e8eb4 100644 --- a/src/Config/Config_PropManager.h +++ b/src/Config/Config_PropManager.h @@ -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);