From 42dbc14ffe9c22f54352b8b3d1de63a88b6daf59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 24 Jun 2013 08:45:39 +0200 Subject: [PATCH] use class in the forward declaration too --- AABB_tree/include/CGAL/AABB_primitive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_primitive.h b/AABB_tree/include/CGAL/AABB_primitive.h index 98dcb65d278..69abefad51c 100644 --- a/AABB_tree/include/CGAL/AABB_primitive.h +++ b/AABB_tree/include/CGAL/AABB_primitive.h @@ -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