0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / LocOpe / LocOpe_GluedShape.hxx
index 6b377c4..df90a76 100644 (file)
@@ -49,19 +49,19 @@ public:
   
   Standard_EXPORT void GlueOnFace (const TopoDS_Face& F);
   
-  Standard_EXPORT const TopTools_ListOfShape& GeneratingEdges();
+  Standard_EXPORT const TopTools_ListOfShape& GeneratingEdges() Standard_OVERRIDE;
   
   //! Returns the  edge  created by  the  vertex <V>. If
   //! none, must return a null shape.
-  Standard_EXPORT TopoDS_Edge Generated (const TopoDS_Vertex& V);
+  Standard_EXPORT TopoDS_Edge Generated (const TopoDS_Vertex& V) Standard_OVERRIDE;
   
   //! Returns the face created by the edge <E>. If none,
   //! must return a null shape.
-  Standard_EXPORT TopoDS_Face Generated (const TopoDS_Edge& E);
+  Standard_EXPORT TopoDS_Face Generated (const TopoDS_Edge& E) Standard_OVERRIDE;
   
   //! Returns  the  list of correctly oriented generated
   //! faces.
-  Standard_EXPORT const TopTools_ListOfShape& OrientedFaces();
+  Standard_EXPORT const TopTools_ListOfShape& OrientedFaces() Standard_OVERRIDE;