mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-19 05:36:19 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -84,11 +84,11 @@ public:
|
||||
|
||||
//! Sets the Floatting Formats of StepWriter to the recorded
|
||||
//! parameters
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, StepData_StepWriter& writer) const;
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, StepData_StepWriter& writer) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns specific Label : for instance,
|
||||
//! "Float Format [ZeroSuppress] %E [, in range R1-R2 %f]"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user