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:
@@ -58,10 +58,10 @@ public:
|
||||
|
||||
//! Returns the Type permitted for the Result, i.e. the Type
|
||||
//! of the Parameter Class <Shape from TopoDS> (statically defined)
|
||||
Standard_EXPORT Handle(Standard_Type) ResultType() const;
|
||||
Standard_EXPORT Handle(Standard_Type) ResultType() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Type Name computed for the Result (dynamic)
|
||||
Standard_EXPORT Standard_CString ResultTypeName() const;
|
||||
Standard_EXPORT Standard_CString ResultTypeName() const Standard_OVERRIDE;
|
||||
|
||||
//! Defines the Result
|
||||
Standard_EXPORT void SetResult (const TopoDS_Shape& res);
|
||||
|
@@ -52,7 +52,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(Transfer_Finder)& other) const;
|
||||
Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& other) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Type of the Value. By default, returns the
|
||||
//! DynamicType of <me>, but can be redefined
|
||||
|
@@ -59,9 +59,9 @@ public:
|
||||
|
||||
Standard_EXPORT virtual Standard_Boolean IsMultiple() const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Handle(Standard_Type) ResultType() const;
|
||||
Standard_EXPORT Handle(Standard_Type) ResultType() const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_CString ResultTypeName() const;
|
||||
Standard_EXPORT Standard_CString ResultTypeName() const Standard_OVERRIDE;
|
||||
|
||||
//! Adds an item to the result list
|
||||
Standard_EXPORT void AddResult (const TopoDS_Shape& res);
|
||||
|
@@ -52,7 +52,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(Transfer_Finder)& other) const;
|
||||
Standard_EXPORT Standard_Boolean Equates (const Handle(Transfer_Finder)& 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