mirror of https://github.com/CGAL/cgal
Merge pull request #4124 from aboudev/patch-1
minor fix: add const specifier
This commit is contained in:
commit
53fd5feaf5
|
|
@ -854,7 +854,7 @@ namespace CGAL {
|
||||||
/*!
|
/*!
|
||||||
Number of points not assigned to a shape.
|
Number of points not assigned to a shape.
|
||||||
*/
|
*/
|
||||||
std::size_t number_of_unassigned_points() {
|
std::size_t number_of_unassigned_points() const {
|
||||||
return m_num_available_points;
|
return m_num_available_points;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue