From: dbv Date: Fri, 26 Oct 2018 13:52:10 +0000 (+0300) Subject: Small fix. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=760cb87c80ff7fec5b0840d012a9fddf0f5a9688;p=modules%2Fshaper.git Small fix. --- 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,