mirror of https://github.com/CGAL/cgal
Mesh_3 demo: fix HalfedgeDS_default fwd declaration.
This commit is contained in:
parent
c3dfed3863
commit
af91bdde02
|
|
@ -17,8 +17,10 @@ namespace CGAL {
|
|||
|
||||
#ifndef CGAL_CFG_NO_TMPL_IN_TMPL_PARAM
|
||||
template < class T, class I, class A>
|
||||
#endif
|
||||
class HalfedgeDS_default;
|
||||
#else
|
||||
struct HalfedgeDS_default;
|
||||
#endif
|
||||
|
||||
template < class PolyhedronTraits_3,
|
||||
class PolyhedronItems_3,
|
||||
|
|
|
|||
Loading…
Reference in New Issue