diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/partition_traits_Octree.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/partition_traits_Octree.h index a9a69ba987e..fa7785c2bcb 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/partition_traits_Octree.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/partition_traits_Octree.h @@ -657,8 +657,8 @@ private: return node_index; } - Node_index get_node(const std::size_t lex_index, - const Orthtree& o) const + static Node_index get_node(const std::size_t lex_index, + const Orthtree& o) { std::size_t i, j, k; std::tie(i, j, k) = ijk_index(lex_index, o.depth());