[TD]fix #13992 - compile warnings
This commit is contained in:
@@ -39,10 +39,7 @@ namespace TechDraw
|
||||
class TechDrawExport GeometryMatcher
|
||||
{
|
||||
public:
|
||||
GeometryMatcher() :
|
||||
m_dimension(nullptr) {}
|
||||
explicit GeometryMatcher(DrawViewDimension* dim) :
|
||||
m_dimension(dim) {}
|
||||
GeometryMatcher() = default;
|
||||
|
||||
bool compareGeometry(const Part::TopoShape& geom1, const Part::TopoShape& geom2);
|
||||
|
||||
@@ -70,7 +67,6 @@ private:
|
||||
static bool compareEllipseArcs(const TopoDS_Edge& edge1, const TopoDS_Edge& edge2);
|
||||
static bool compareEndPoints(const TopoDS_Edge& edge1, const TopoDS_Edge& edge2);
|
||||
|
||||
DrawViewDimension* m_dimension;
|
||||
double m_pointTolerance {EWTOLERANCE};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user