From cc5a0f615098e9d7519fb6d4e514b54ca7a829e4 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Wed, 14 Mar 2018 22:22:26 +0100 Subject: [PATCH] Remove a *= --- Polyhedron/include/CGAL/draw_polyhedron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/include/CGAL/draw_polyhedron.h b/Polyhedron/include/CGAL/draw_polyhedron.h index 9c4fde6108b..eaaf91a9555 100644 --- a/Polyhedron/include/CGAL/draw_polyhedron.h +++ b/Polyhedron/include/CGAL/draw_polyhedron.h @@ -231,7 +231,7 @@ namespace CGAL template void draw(const Polyhedron&, - const char*="Polyhedron Viewer", + const char* ="Polyhedron Viewer", bool=false, const ColorFunctor&=ColorFunctor()) {