Salome HOME
Small fix.
authordbv <dbv@opencascade.com>
Fri, 26 Oct 2018 13:52:10 +0000 (16:52 +0300)
committermpv <mpv@opencascade.com>
Mon, 19 Nov 2018 08:45:52 +0000 (11:45 +0300)
src/Model/Model_ResultBody.h

index bca729d8f7a2d382cce2b282e94c760f7cea9801..62817a9bf08f9eaefd9eaa3f6d0da4602dfe5ddb 100644 (file)
@@ -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<GeomAlgoAPI_MakeShape>& theAlgo,
                                    const GeomShapePtr& theOldShape,
                                    const GeomAPI_Shape::ShapeType theShapeTypeToExplore,