fixed some warnings

This commit is contained in:
Baruch Zukerman 2006-09-11 14:12:17 +00:00
parent 6068d1659f
commit a6c3dd3c3c
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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)
{}