0026377: Passing Handle objects as arguments to functions as non-const reference...
[occt.git] / src / IFSelect / IFSelect_SelectModelRoots.hxx
index e2f3f22..1827aa1 100644 (file)
@@ -44,15 +44,15 @@ public:
   
   //! Returns the list of selected entities : the Roots of the Model
   //! (note that this result assures naturally uniqueness)
-  Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
+  Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
   
   //! Returns a text defining the criterium : "Model Roots"
-  Standard_EXPORT TCollection_AsciiString Label() const;
+  Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
 
 
 
 
-  DEFINE_STANDARD_RTTI(IFSelect_SelectModelRoots,IFSelect_SelectBase)
+  DEFINE_STANDARD_RTTIEXT(IFSelect_SelectModelRoots,IFSelect_SelectBase)
 
 protected: