From: vro Date: Thu, 11 Feb 2021 08:46:55 +0000 (+0300) Subject: 0025936: Modeling Data - reusable data structure for 2D tesselation (3- and 4-nodal... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c5dabc6485fb079c3fcf5dd0c88e7dfe0e26c444;p=occt-copy.git 0025936: Modeling Data - reusable data structure for 2D tesselation (3- and 4-nodal mesh) // A keyword "override" is inserted in declaration of the method Copy() from Poly_Mesh --- diff --git a/src/Poly/Poly_Mesh.hxx b/src/Poly/Poly_Mesh.hxx index 5a99b29e85..70db45f22f 100644 --- a/src/Poly/Poly_Mesh.hxx +++ b/src/Poly/Poly_Mesh.hxx @@ -45,7 +45,7 @@ public: Standard_EXPORT Poly_Mesh (const Handle(Poly_Triangulation)& theTriangulation); //! Creates full copy of current mesh - Standard_EXPORT virtual Handle(Poly_Triangulation) Copy() const; + Standard_EXPORT virtual Handle(Poly_Triangulation) Copy() const Standard_OVERRIDE; //! Sets a quadrangle to the mesh. //! @param theIndex is an index of the quadrangle.