0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / VrmlData / VrmlData_Box.hxx
index d4c6267..8493f4f 100644 (file)
@@ -64,7 +64,7 @@ class VrmlData_Box : public VrmlData_Geometry
    * is an internal error during the primitive creation (zero radius, etc.)
    */
   Standard_EXPORT virtual const Handle(TopoDS_TShape)&
-                        TShape  ();
+                        TShape  () Standard_OVERRIDE;
 
   /**
    * Create a copy of this node.
@@ -72,19 +72,19 @@ class VrmlData_Box : public VrmlData_Geometry
    * 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;
 
   /**
    * Fill the Node internal data from the given 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;
 
  private:
   // ---------- PRIVATE FIELDS ----------