diff --git a/SMDS_3/include/CGAL/IO/File_tetgen.h b/SMDS_3/include/CGAL/IO/File_tetgen.h index e35246a38a9..cfd428338e7 100644 --- a/SMDS_3/include/CGAL/IO/File_tetgen.h +++ b/SMDS_3/include/CGAL/IO/File_tetgen.h @@ -36,7 +36,7 @@ output_to_tetgen(std::string filename, std::cerr << "Output to tetgen:\n"; #endif - typedef Medit_pmap_generator Generator; + typedef Medit_pmap_generator Generator; typedef typename Generator::Cell_pmap Cell_pmap; typedef typename Generator::Facet_pmap Facet_pmap; typedef typename Generator::Facet_pmap_twice Facet_pmap_twice;