mirror of https://github.com/CGAL/cgal
use class in the forward declaration too
This commit is contained in:
parent
bff4e98d01
commit
42dbc14ffe
|
|
@ -127,7 +127,7 @@ template < class Id,
|
|||
class PointPropertyMap,
|
||||
class ExternalPropertyMaps,
|
||||
class cache_datum>
|
||||
struct AABB_primitive;
|
||||
class AABB_primitive;
|
||||
|
||||
|
||||
//no caching, property maps internally stored
|
||||
|
|
|
|||
Loading…
Reference in New Issue