From 7cf8b4944cd6a07442321c809b42bf59e0316cc1 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 14 Feb 2013 17:40:14 +0100 Subject: [PATCH] Bug fix in default traits parameter of LCC (already in master) --- Linear_cell_complex/include/CGAL/Linear_cell_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linear_cell_complex/include/CGAL/Linear_cell_complex.h b/Linear_cell_complex/include/CGAL/Linear_cell_complex.h index 6970ce1397e..4f9505206ee 100644 --- a/Linear_cell_complex/include/CGAL/Linear_cell_complex.h +++ b/Linear_cell_complex/include/CGAL/Linear_cell_complex.h @@ -39,7 +39,7 @@ namespace CGAL { * an nD combinatorial map with point associated to each vertex. */ template < unsigned int d_, unsigned int ambient_dim = d_, - class Traits_ = Linear_cell_complex_traits, + class Traits_ = Linear_cell_complex_traits, class Items_ = Linear_cell_complex_min_items, class Alloc_ = CGAL_ALLOCATOR(int), template