]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeValidator.h
Salome HOME
Issue #434 Fix for equal cnstraint problem under Debian linux
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeValidator.h
index f059b9c659d4571ff5f03ed0b061bdd81c1a87a4..1abe1541af1335a027e8276548f00188b86e312c 100644 (file)
@@ -21,6 +21,8 @@ public:
   //! \param theArguments arguments of the attribute
   virtual bool isValid(const AttributePtr& theAttribute,
                        const std::list<std::string>& theArguments) const = 0;
+
+  ~ModelAPI_AttributeValidator();
 };
 
 #endif