X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeValidator.h;h=151c793c21ee3445fdaf36b9eaf5873f6f3ebd3e;hb=4af82842098757e6e7f4f28e2eb744d184bb2b3e;hp=f059b9c659d4571ff5f03ed0b061bdd81c1a87a4;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeValidator.h b/src/ModelAPI/ModelAPI_AttributeValidator.h index f059b9c65..151c793c2 100644 --- a/src/ModelAPI/ModelAPI_AttributeValidator.h +++ b/src/ModelAPI/ModelAPI_AttributeValidator.h @@ -7,6 +7,7 @@ #ifndef ModelAPI_AttributeValidator_H #define ModelAPI_AttributeValidator_H +#include #include #include @@ -21,6 +22,8 @@ public: //! \param theArguments arguments of the attribute virtual bool isValid(const AttributePtr& theAttribute, const std::list& theArguments) const = 0; + + MODELAPI_EXPORT ~ModelAPI_AttributeValidator(); }; #endif