0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]

This commit is contained in:
abv
2015-11-20 21:04:11 +03:00
committed by bugmaster
parent 4d8eca1dce
commit 79104795a1
700 changed files with 2920 additions and 2904 deletions

View File

@@ -66,11 +66,11 @@ public:
Standard_EXPORT Handle(TColStd_HSequenceOfHAsciiString) Lines() const;
//! Sends the comment lines to the file (Start Section)
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const;
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const Standard_OVERRIDE;
//! Returns specific Label, which is
//! "Add <nn> Comment Lines (Start Section)"
Standard_EXPORT TCollection_AsciiString Label() const;
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;