Skip to content

Commit

Permalink
Node comparison is now const
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jun 29, 2020
1 parent f39ee93 commit 8d6f329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octree/include/CGAL/Octree/Octree_node.h
Expand Up @@ -158,7 +158,7 @@ namespace CGAL {
return (m_parent == neighbor->parent());
}

bool operator==(Node &rhs) {
bool operator==(Node &rhs) const {

// Compare the points they contain
// TODO
Expand Down

0 comments on commit 8d6f329

Please sign in to comment.