mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 09:07:26 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -42,10 +42,10 @@ public:
|
||||
|
||||
//! Returns the list of selected Entities, which is the common part
|
||||
//! of results from all input selections. Uniqueness is guaranteed.
|
||||
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 : "Intersection (AND)"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user