mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
//! The inherited Perform does the required cast (and refuses to
|
||||
//! go further if cast has failed) then calls the instantiated
|
||||
//! Performing
|
||||
Standard_EXPORT void Perform (IFSelect_ContextModif& ctx, const Handle(Interface_InterfaceModel)& target, const Handle(Interface_Protocol)& protocol, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Perform (IFSelect_ContextModif& ctx, const Handle(Interface_InterfaceModel)& target, const Handle(Interface_Protocol)& protocol, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Specific Perform with Protocol. It is defined to let the
|
||||
//! Protocol unused and to call Performing without Protocol
|
||||
|
||||
Reference in New Issue
Block a user