0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / VrmlData / VrmlData_ImageTexture.hxx
index 88c9894..e85c2e0 100644 (file)
@@ -55,19 +55,19 @@ class VrmlData_ImageTexture : public VrmlData_Texture
    * 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;
 
   /**
    * Write the Node to output stream.
    */
   Standard_EXPORT virtual VrmlData_ErrorStatus
-                        Write   (const char * thePrefix) const;
+                        Write   (const char * thePrefix) const Standard_OVERRIDE;
 
  protected:
   // ---------- PROTECTED METHODS ----------