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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user