0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / Transfer / Transfer_TransientMapper.hxx
index 3635d21..77b1e1f 100644 (file)
@@ -51,7 +51,7 @@ public:
   //! Specific testof equallity : defined as False if <other> has
   //! not the same true Type, else contents are compared (by
   //! C++ operator ==)
-  Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& other) const;
+  Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& other) const Standard_OVERRIDE;
   
   //! Returns the Type of the Value. By default, returns the
   //! DynamicType of <me>, but can be redefined