Help the compiler by giving parameters the same name in declaration and

definition.
This commit is contained in:
Marc Glisse 2009-06-17 06:06:17 +00:00
parent 80fee750c6
commit efcf123e59
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ private:
class Point_hider;
#ifndef CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG
template <class Triangulation_R3> struct Vertex_remover;
template <class TriangulationR3> struct Vertex_remover;
#else
template <class TriangulationR3>
struct Vertex_remover