From 00783a6c68d2c6ec2c245c8c9a056c55ba8da24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 8 Jan 2013 16:14:12 +0100 Subject: [PATCH] add missing typedef name --- .../doc/Arrangement_on_surface_2/CGAL/Arr_face_index_map.h | 2 +- .../doc/Arrangement_on_surface_2/CGAL/Arr_vertex_index_map.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_face_index_map.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_face_index_map.h index e54c6bf5abd..6351130a031 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_face_index_map.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_face_index_map.h @@ -40,7 +40,7 @@ the type of the attached arrangement. */ typedef Arrangement Arrangement_2; -typedef boost::readable_property_map_tag; +typedef boost::readable_property_map_tag category; typedef unsigned int value_type; diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_vertex_index_map.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_vertex_index_map.h index 6975b155ba0..d18ea462b03 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_vertex_index_map.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_vertex_index_map.h @@ -40,7 +40,7 @@ the type of the attached arrangement. */ typedef Arrangement Arrangement_2; -typedef boost::readable_property_map_tag; +typedef boost::readable_property_map_tag category; typedef unsigned int value_type;