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