From c5dabc6485fb079c3fcf5dd0c88e7dfe0e26c444 Mon Sep 17 00:00:00 2001 From: vro Date: Thu, 11 Feb 2021 11:46:55 +0300 Subject: [PATCH] 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 --- src/Poly/Poly_Mesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5