return const property handle to points property in AttribKernel

This commit is contained in:
Max Lyon
2019-11-05 15:28:55 +01:00
parent c6daa6bcb2
commit 3d1ae7d787

View File

@@ -256,7 +256,7 @@ public:
void set_point(VertexHandle _vh, const Point& _p)
{ this->property(points_, _vh) = _p; }
PointsPropertyHandle& points_property_handle()
const PointsPropertyHandle& points_property_handle() const
{ return points_; }