[TD]CI clang warnings
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _DrawDimHelper_h_
|
||||
#define _DrawDimHelper_h_
|
||||
#ifndef DrawDimHelper_h_
|
||||
#define DrawDimHelper_h_
|
||||
|
||||
#include <Mod/TechDraw/TechDrawGlobal.h>
|
||||
|
||||
@@ -43,7 +43,7 @@ class TechDrawExport hTrimCurve {
|
||||
hTrimCurve(Handle(Geom2d_Curve) hCurveIn,
|
||||
double parm1,
|
||||
double parm2);
|
||||
~hTrimCurve() {}
|
||||
~hTrimCurve() = default;
|
||||
|
||||
Handle(Geom2d_Curve) hCurve;
|
||||
double first;
|
||||
|
||||
Reference in New Issue
Block a user