0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / StepSelect / StepSelect_ModelModifier.hxx
index 302260f..13e3d8f 100644 (file)
@@ -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