mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 17:06:14 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -43,10 +43,10 @@ public:
|
||||
|
||||
//! Returns the list of selected entities : they are the Entities
|
||||
//! gotten from the Main Input but not from the Diff Input
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Difference"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user