]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_Prop.h
Salome HOME
Make automatic/manual rebuild property and connect the "Rebuild" button
[modules/shaper.git] / src / Config / Config_Prop.h
index f74137c3c7ab125e0cb7ed84eaa024ae9442e563..f4ea0138b802d6173fbd213ae8998b83aa8c4036 100644 (file)
@@ -88,10 +88,8 @@ class Config_Prop
   {
     return myValue;
   }
-  void setValue(const std::string& theValue)
-  {
-    myValue = theValue;
-  }
+
+  CONFIG_EXPORT void setValue(const std::string& theValue);
 
   bool operator==(const Config_Prop* theProp) const
   {