From: vsv Date: Mon, 6 Apr 2015 07:51:10 +0000 (+0300) Subject: Correct compilation errors X-Git-Tag: V_1.1.0~57^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03dd198543d20b3ca0e4eb865f857a0db68e57b7;p=modules%2Fshaper.git Correct compilation errors --- diff --git a/src/ModelAPI/ModelAPI_AttributeValidator.h b/src/ModelAPI/ModelAPI_AttributeValidator.h index 1abe1541a..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 @@ -22,7 +23,7 @@ public: virtual bool isValid(const AttributePtr& theAttribute, const std::list& theArguments) const = 0; - ~ModelAPI_AttributeValidator(); + MODELAPI_EXPORT ~ModelAPI_AttributeValidator(); }; #endif