diff --git a/Octree/include/CGAL/Octree/Node.h b/Octree/include/CGAL/Octree/Node.h index e0c8757ff08..79c330ff9f3 100644 --- a/Octree/include/CGAL/Octree/Node.h +++ b/Octree/include/CGAL/Octree/Node.h @@ -281,7 +281,7 @@ public: * \brief check whether this node contains any points * \return if this node contains no points */ - bool is_empty() const { + bool empty() const { return m_points.empty(); }