mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -45,10 +45,10 @@ public:
|
||||
|
||||
//! Selects the Entities which are attached to the Drawing(s)
|
||||
//! present in the Input
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the label, with is "Entities attached to Drawing"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user