0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / BinTObjDrivers / BinTObjDrivers_XYZDriver.hxx
index a98ad49..794097a 100644 (file)
@@ -31,20 +31,20 @@ class BinTObjDrivers_XYZDriver : public BinMDF_ADriver
                          (const Handle(CDM_MessageDriver)& theMessageDriver);
   // constructor
 
-  Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
+  Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
   // Creates a new attribute
 
   Standard_EXPORT Standard_Boolean Paste
                          (const BinObjMgt_Persistent&  theSource,
                           const Handle(TDF_Attribute)& theTarget,
-                          BinObjMgt_RRelocationTable&  theRelocTable) const;
+                          BinObjMgt_RRelocationTable&  theRelocTable) const Standard_OVERRIDE;
   // Translate the contents of <theSource> and put it
   // into <theTarget>
 
   Standard_EXPORT void Paste
                          (const Handle(TDF_Attribute)& theSource,
                           BinObjMgt_Persistent&        theTarget,
-                          BinObjMgt_SRelocationTable&  theRelocTable) const;
+                          BinObjMgt_SRelocationTable&  theRelocTable) const Standard_OVERRIDE;
   // Translate the contents of <aSource> and put it
   // into <aTarget>