mirror of https://github.com/CGAL/cgal
fixed some warnings
This commit is contained in:
parent
6068d1659f
commit
a6c3dd3c3c
|
|
@ -163,8 +163,8 @@ class Gps_agg_meta_traits :
|
|||
const Base_Compare_xy_2& base_cmp_xy,
|
||||
const Base_Construct_min_vertex_2& ctr_min_v) :
|
||||
m_base(base),
|
||||
m_base_cmp_endpoints(m_base_cmp_endpoints),
|
||||
m_base_cmp_xy(m_base_cmp_xy)
|
||||
m_base_cmp_endpoints(base_cmp_endpoints),
|
||||
m_base_cmp_xy(base_cmp_xy)
|
||||
{}
|
||||
|
||||
template<class OutputIterator>
|
||||
|
|
|
|||
|
|
@ -188,8 +188,8 @@ public:
|
|||
const Base_Construct_min_vertex_2& ctr_min_v,
|
||||
const Self* tr) :
|
||||
m_base(base),
|
||||
m_base_cmp_endpoints(m_base_cmp_endpoints),
|
||||
m_base_cmp_xy(m_base_cmp_xy),
|
||||
m_base_cmp_endpoints(base_cmp_endpoints),
|
||||
m_base_cmp_xy(base_cmp_xy),
|
||||
m_self_tr(tr)
|
||||
{}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue