]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correct compilation errors
authorvsv <vitaly.smetannikov@opencascade.com>
Mon, 6 Apr 2015 07:51:10 +0000 (10:51 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Mon, 6 Apr 2015 07:51:10 +0000 (10:51 +0300)
src/ModelAPI/ModelAPI_AttributeValidator.h

index 1abe1541af1335a027e8276548f00188b86e312c..151c793c21ee3445fdaf36b9eaf5873f6f3ebd3e 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef ModelAPI_AttributeValidator_H
 #define ModelAPI_AttributeValidator_H
 
+#include <ModelAPI.h>
 #include <ModelAPI_Attribute.h>
 #include <ModelAPI_Validator.h>
 
@@ -22,7 +23,7 @@ public:
   virtual bool isValid(const AttributePtr& theAttribute,
                        const std::list<std::string>& theArguments) const = 0;
 
-  ~ModelAPI_AttributeValidator();
+  MODELAPI_EXPORT ~ModelAPI_AttributeValidator();
 };
 
 #endif