mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -50,11 +50,11 @@ public:
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
//! This is redefined from HCurve, cannot be inline.
|
||||
Standard_EXPORT const Adaptor3d_Curve& Curve() const;
|
||||
Standard_EXPORT const Adaptor3d_Curve& Curve() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
//! This is redefined from HCurve, cannot be inline.
|
||||
Standard_EXPORT Adaptor3d_Curve& GetCurve();
|
||||
Standard_EXPORT Adaptor3d_Curve& GetCurve() Standard_OVERRIDE;
|
||||
|
||||
//! Returns the curve used to create the GenHCurve.
|
||||
GeomAdaptor_Curve& ChangeCurve();
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
//! Returns a reference to the Surface inside the HSurface.
|
||||
//! This is redefined from HSurface, cannot be inline.
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const;
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the surface used to create the GenHSurface.
|
||||
GeomAdaptor_Surface& ChangeSurface();
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
//! Returns a reference to the Surface inside the HSurface.
|
||||
//! This is redefined from HSurface, cannot be inline.
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const;
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the surface used to create the GenHSurface.
|
||||
GeomAdaptor_SurfaceOfLinearExtrusion& ChangeSurface();
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
//! Returns a reference to the Surface inside the HSurface.
|
||||
//! This is redefined from HSurface, cannot be inline.
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const;
|
||||
Standard_EXPORT const Adaptor3d_Surface& Surface() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the surface used to create the GenHSurface.
|
||||
GeomAdaptor_SurfaceOfRevolution& ChangeSurface();
|
||||
|
Reference in New Issue
Block a user