1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +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

@@ -96,10 +96,10 @@ public:
Standard_EXPORT gp_Pnt2d Location() const;
//! Applies the transformation T to this axis.
Standard_EXPORT void Transform (const gp_Trsf2d& T);
Standard_EXPORT void Transform (const gp_Trsf2d& T) Standard_OVERRIDE;
//! Creates a new object which is a copy of this axis.
Standard_EXPORT Handle(Geom2d_Geometry) Copy() const;
Standard_EXPORT Handle(Geom2d_Geometry) Copy() const Standard_OVERRIDE;