mirror of https://github.com/CGAL/cgal
add missing typedef name
This commit is contained in:
parent
0c48a1e55e
commit
00783a6c68
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue