Salome HOME
Merge from V6_main 11/02/2013
[modules/yacs.git] / src / engine / PropertyInterface.cxx
index 9b18de3949796807cc35615aa5dafa4a050a5355..2103d15f225125b2ca75d7b55efbe09324034d04 100644 (file)
@@ -30,6 +30,10 @@ using namespace YACS::ENGINE;
  *
  */
 
+PropertyInterface::~PropertyInterface()
+{
+}
+
 void PropertyInterface::setProperty(const std::string& name, const std::string& value)
 {
   DEBTRACE("PropertyInterface::setProperty " << name << " " << value);