From 1c54d9660fcdeb42ea0b088be855038f8b6c98d9 Mon Sep 17 00:00:00 2001 From: Lingjie Zhu Date: Sat, 1 Sep 2018 18:28:30 +0800 Subject: [PATCH] fix compile issue --- .../include/CGAL/Variational_shape_approximation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h b/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h index f66c2b48ad1..1e5683a4435 100644 --- a/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h +++ b/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h @@ -330,7 +330,7 @@ public: * in incremental and hierarchical seeding * @return number of proxies initialized */ - std::size_t initialize_seeds(const VSA::Seeding_method method = Hierarchical, + std::size_t initialize_seeds(const VSA::Seeding_method method = VSA::Hierarchical, const boost::optional max_nb_of_proxies = boost::optional(), const boost::optional min_error_drop = boost::optional(), const std::size_t nb_relaxations = 5) {