1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

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

@@ -44,7 +44,7 @@ public:
Standard_EXPORT virtual gp_Circ2d Circle() const Standard_OVERRIDE;
//! Returns GccInt_Cir, which is the type of any GccInt_BCirc bisecting curve.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;

View File

@@ -45,7 +45,7 @@ public:
Standard_EXPORT virtual gp_Elips2d Ellipse() const Standard_OVERRIDE;
//! Returns GccInt_Ell, which is the type of any GccInt_BElips bisecting curve.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;

View File

@@ -45,7 +45,7 @@ public:
Standard_EXPORT virtual gp_Hypr2d Hyperbola() const Standard_OVERRIDE;
//! Returns GccInt_Hpr, which is the type of any GccInt_BHyper bisecting curve.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;

View File

@@ -44,7 +44,7 @@ public:
Standard_EXPORT virtual gp_Lin2d Line() const Standard_OVERRIDE;
//! Returns GccInt_Lin, which is the type of any GccInt_BLine bisecting line.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;

View File

@@ -44,7 +44,7 @@ public:
Standard_EXPORT virtual gp_Parab2d Parabola() const Standard_OVERRIDE;
//! Returns GccInt_Par, which is the type of any GccInt_BParab bisecting curve.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;

View File

@@ -43,7 +43,7 @@ public:
Standard_EXPORT virtual gp_Pnt2d Point() const Standard_OVERRIDE;
//! Returns GccInt_Pnt, which is the type of any GccInt_BPoint bisecting object.
Standard_EXPORT GccInt_IType ArcType() const;
Standard_EXPORT GccInt_IType ArcType() const Standard_OVERRIDE;