From 7ed01ff1d89256038e0cfb0e2d86815437e55545 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> Date: Mon, 29 Jun 2020 08:35:22 -0700 Subject: Code review: override is a good practice Co-authored-by: Marc Glisse --- src/python/include/Alpha_complex_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/include/Alpha_complex_factory.h') diff --git a/src/python/include/Alpha_complex_factory.h b/src/python/include/Alpha_complex_factory.h index 7d98f454..b0e9dc93 100644 --- a/src/python/include/Alpha_complex_factory.h +++ b/src/python/include/Alpha_complex_factory.h @@ -63,7 +63,7 @@ class Exact_Alphacomplex_dD : public Abstract_alpha_complex { alpha_complex_(boost::adaptors::transform(points, pt_cython_to_cgal)) { } - std::vector get_point(int vh) { + std::vector get_point(int vh) override { Point const& point = alpha_complex_.get_point(vh); return pt_cgal_to_cython(point); } -- cgit v1.2.3