diff options
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r-- | src/cgalutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h index 2bf6566..3fb9360 100644 --- a/src/cgalutils.h +++ b/src/cgalutils.h @@ -9,5 +9,6 @@ std::string dump_cgal_nef_polyhedron2( const CGAL_Nef_polyhedron2 &N ); std::string dump_cgal_nef_polyhedron3( const CGAL_Nef_polyhedron3 &N ); std::string dump_cgal_nef_polyhedron2_svg( const CGAL_Nef_polyhedron2 &N ); std::string dump_cgal_nef_polyhedron3_svg( const CGAL_Nef_polyhedron3 &N ); +static int svg_counter = 0; #endif |