0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / VrmlData / VrmlData_TextureCoordinate.hxx
index 6127fc0..0f0af73 100644 (file)
@@ -76,13 +76,13 @@ class VrmlData_TextureCoordinate : public VrmlData_Node
    * is not created, but rather the given one is modified.
    */
   Standard_EXPORT virtual Handle(VrmlData_Node)
-                        Clone     (const Handle(VrmlData_Node)& theOther)const;
+                        Clone     (const Handle(VrmlData_Node)& theOther)const Standard_OVERRIDE;
 
   /**
    * Read the Node from input stream.
    */
   Standard_EXPORT virtual VrmlData_ErrorStatus
-                                Read            (VrmlData_InBuffer& theBuffer);
+                                Read            (VrmlData_InBuffer& theBuffer) Standard_OVERRIDE;
 
  private:
   // ---------- PRIVATE FIELDS ----------