Remove a *=

This commit is contained in:
Guillaume Damiand 2018-03-14 22:22:26 +01:00 committed by Maxime Gimeno
parent c62fb2b01e
commit cc5a0f6150
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ namespace CGAL
template<class Polyhedron, class ColorFunctor>
void draw(const Polyhedron&,
const char*="Polyhedron Viewer",
const char* ="Polyhedron Viewer",
bool=false,
const ColorFunctor&=ColorFunctor())
{