add missing typedef name

This commit is contained in:
Sébastien Loriot 2013-01-08 16:14:12 +01:00
parent 0c48a1e55e
commit 00783a6c68
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;