mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -121,25 +121,25 @@ class VrmlData_Material : 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;
|
||||
|
||||
/**
|
||||
* Write the Node to the Scene output.
|
||||
*/
|
||||
Standard_EXPORT virtual VrmlData_ErrorStatus
|
||||
Write (const char * thePrefix) const;
|
||||
Write (const char * thePrefix) const Standard_OVERRIDE;
|
||||
|
||||
/**
|
||||
* Returns True if the node is default, so that it should not be written.
|
||||
*/
|
||||
Standard_EXPORT virtual Standard_Boolean
|
||||
IsDefault () const;
|
||||
IsDefault () const Standard_OVERRIDE;
|
||||
|
||||
protected:
|
||||
// ---------- PROTECTED METHODS ----------
|
||||
|
Reference in New Issue
Block a user