0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / IGESSelect / IGESSelect_SelectFromDrawing.hxx
index 2bcef5e..7612dcb 100644 (file)
@@ -45,10 +45,10 @@ public:
   
   //! Selects the Entities which are attached to the Drawing(s)
   //! present in the Input
-  Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
+  Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
   
   //! Returns the label, with is "Entities attached to Drawing"
-  Standard_EXPORT TCollection_AsciiString Label() const;
+  Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;