0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / IGESSelect / IGESSelect_SelectSingleViewFrom.hxx
index bf5d264..10b4aba 100644 (file)
@@ -45,10 +45,10 @@ public:
   
   //! Selects the Single Views attached (in Directory Part) to
   //! input entities
-  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 "Single Views attached"
-  Standard_EXPORT TCollection_AsciiString Label() const;
+  Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;