mirror of https://github.com/CGAL/cgal
Remove a *=
This commit is contained in:
parent
c62fb2b01e
commit
cc5a0f6150
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue