From 4d8ff6e3f895fc03979e0dfa5f65cd2317130bdb Mon Sep 17 00:00:00 2001 From: dbv Date: Fri, 26 Oct 2018 16:52:10 +0300 Subject: [PATCH] Small fix. --- src/Model/Model_ResultBody.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Model/Model_ResultBody.h b/src/Model/Model_ResultBody.h index bca729d8f..62817a9bf 100644 --- a/src/Model/Model_ResultBody.h +++ b/src/Model/Model_ResultBody.h @@ -51,11 +51,11 @@ public: /// Records the subshape newShape which was generated during a topological construction. /// As an example, consider the case of a face generated in construction of a box. - MODELAPI_EXPORT virtual void generated(const GeomShapePtr& theNewShape, - const std::string& theName); + MODEL_EXPORT virtual void generated(const GeomShapePtr& theNewShape, + const std::string& theName) override; /// load generated shapes - MODELAPI_EXPORT + MODEL_EXPORT virtual void loadGeneratedShapes(const std::shared_ptr& theAlgo, const GeomShapePtr& theOldShape, const GeomAPI_Shape::ShapeType theShapeTypeToExplore, -- 2.39.2