mirror of https://github.com/CGAL/cgal
make the operator const
This commit is contained in:
parent
adc5bd4677
commit
54629efea2
|
|
@ -202,7 +202,7 @@ public:
|
||||||
: sm_(pm.sm_)
|
: sm_(pm.sm_)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
reference operator[](key_type v)
|
reference operator[](key_type v) const
|
||||||
{
|
{
|
||||||
#if defined(CGAL_USE_OM_POINTS)
|
#if defined(CGAL_USE_OM_POINTS)
|
||||||
return sm_->point(v);
|
return sm_->point(v);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue