mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
Standard_EXPORT HLRTest_DrawableEdgeTool(const Handle(HLRBRep_Algo)& Alg, const Standard_Boolean Visible, const Standard_Boolean IsoLine, const Standard_Boolean Rg1Line, const Standard_Boolean RgNLine, const Standard_Integer ViewId);
|
||||
|
||||
Standard_EXPORT void DrawOn (Draw_Display& D) const;
|
||||
Standard_EXPORT void DrawOn (Draw_Display& D) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
Standard_Boolean DisplayHidden() const;
|
||||
|
||||
Standard_EXPORT void DrawOn (Draw_Display& D) const;
|
||||
Standard_EXPORT void DrawOn (Draw_Display& D) const Standard_OVERRIDE;
|
||||
|
||||
Standard_Boolean Debug() const;
|
||||
|
||||
|
@@ -44,7 +44,7 @@ public:
|
||||
Handle(HLRTopoBRep_OutLiner) OutLiner() const;
|
||||
|
||||
//! Does nothhing,
|
||||
Standard_EXPORT void DrawOn (Draw_Display& dis) const;
|
||||
Standard_EXPORT void DrawOn (Draw_Display& dis) const Standard_OVERRIDE;
|
||||
|
||||
//! For variable copy.
|
||||
Standard_EXPORT virtual Handle(Draw_Drawable3D) Copy() const Standard_OVERRIDE;
|
||||
|
@@ -44,7 +44,7 @@ public:
|
||||
const HLRAlgo_Projector& Projector() const;
|
||||
|
||||
//! Does nothhing,
|
||||
Standard_EXPORT void DrawOn (Draw_Display& dis) const;
|
||||
Standard_EXPORT void DrawOn (Draw_Display& dis) const Standard_OVERRIDE;
|
||||
|
||||
//! For variable copy.
|
||||
Standard_EXPORT virtual Handle(Draw_Drawable3D) Copy() const Standard_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user