mirror of https://github.com/CGAL/cgal
minor fix: add const specifier
This commit is contained in:
parent
7b1889b87e
commit
5ce268f7d5
|
|
@ -854,7 +854,7 @@ namespace CGAL {
|
|||
/*!
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue