From 7578d859d9e9b9d44377ba0c99e306425e67a4ab Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 30 Jun 2011 22:16:29 +0000 Subject: [PATCH] const static int is illegal --- Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h index 2480ca26710..74936de7134 100644 --- a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h +++ b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h @@ -271,7 +271,7 @@ private: r2t_converter_object; - const static int edge_index[4][4]; + static const int edge_index[4][4]; struct Index_c4 { Tmc_Vertex_handle V[4]; }; struct Index_c6 { Tmc_Vertex_handle V[6]; }; struct Index_c44 { Tmc_Vertex_handle V[4][4]; };