diff --git a/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_default.h b/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_default.h index 6700ce114cd..3b3ab4ddf5f 100644 --- a/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_default.h +++ b/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_default.h @@ -79,7 +79,7 @@ private: }; template -struct Wrap_squared +struct HDS_wrap_squared { typedef FT value_type; typedef FT reference; @@ -93,7 +93,7 @@ struct Wrap_squared } friend inline - value_type get(const Wrap_squared& m, const key_type k) + value_type get(const HDS_wrap_squared& m, const key_type k) { return m[k]; } @@ -208,7 +208,7 @@ struct HDS_property_map { typedef typename CGAL::HalfedgeDS_default::Traits::FT FT; typedef typename boost::graph_traits >::edge_descriptor edge_descriptor; - typedef internal::Wrap_squared type; + typedef internal::HDS_wrap_squared type; typedef type const_type; }; };