mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -40,11 +40,11 @@ public:
|
||||
Standard_EXPORT MoniTool_SignShape();
|
||||
|
||||
//! Returns "SHAPE"
|
||||
Standard_EXPORT Standard_CString Name() const;
|
||||
Standard_EXPORT Standard_CString Name() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns for a HShape, the string of its ShapeEnum
|
||||
//! The Model is absolutely useless (may be null)
|
||||
Standard_EXPORT TCollection_AsciiString Text (const Handle(Standard_Transient)& ent, const Handle(Standard_Transient)& context) const;
|
||||
Standard_EXPORT TCollection_AsciiString Text (const Handle(Standard_Transient)& ent, const Handle(Standard_Transient)& context) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -56,7 +56,7 @@ public:
|
||||
//! Specific testof equallity : defined as False if <other> has
|
||||
//! not the same true Type, else contents are compared (by
|
||||
//! C++ operator ==)
|
||||
Standard_EXPORT Standard_Boolean Equates (const Handle(MoniTool_Element)& other) const;
|
||||
Standard_EXPORT Standard_Boolean Equates (const Handle(MoniTool_Element)& other) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Type of the Value. By default, returns the
|
||||
//! DynamicType of <me>, but can be redefined
|
||||
|
Reference in New Issue
Block a user