agg: fix build.
This commit is contained in:
@@ -96,9 +96,9 @@ namespace agg
|
|||||||
public:
|
public:
|
||||||
curve3_div() :
|
curve3_div() :
|
||||||
m_approximation_scale(1.0),
|
m_approximation_scale(1.0),
|
||||||
|
m_distance_tolerance_square(0.0),
|
||||||
m_angle_tolerance(0.0),
|
m_angle_tolerance(0.0),
|
||||||
m_count(0),
|
m_count(0)
|
||||||
m_distance_tolerance_square(0.0)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
curve3_div(double x1, double y1,
|
curve3_div(double x1, double y1,
|
||||||
@@ -377,10 +377,10 @@ namespace agg
|
|||||||
public:
|
public:
|
||||||
curve4_div() :
|
curve4_div() :
|
||||||
m_approximation_scale(1.0),
|
m_approximation_scale(1.0),
|
||||||
|
m_distance_tolerance_square(0.0),
|
||||||
m_angle_tolerance(0.0),
|
m_angle_tolerance(0.0),
|
||||||
m_cusp_limit(0.0),
|
m_cusp_limit(0.0),
|
||||||
m_count(0),
|
m_count(0)
|
||||||
m_distance_tolerance_square(0.0)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
curve4_div(double x1, double y1,
|
curve4_div(double x1, double y1,
|
||||||
|
|||||||
Reference in New Issue
Block a user