fixed typo

This commit is contained in:
Susan Hert 2001-06-27 08:30:14 +00:00
parent 303abd113c
commit fa5d8cf3cc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
3.10 (27 Jun 2001)
- fixed typo in traits class
- added missing CGAL:: in example file
- removed obsolete traits include in tests
3.9 (25 Jun 2001)
- renamed convex_hull_points_2 to convex_hull_2 (keeping convex_hull_points_2
for backward compatability, but it's undocumented)

View File

@ -41,7 +41,7 @@ public:
typedef typename K::Less_xy_2 Less_xy_2;
typedef typename K::Less_yx_2 Less_yx_2;
typedef typename K::Left_of_line_2 Left_of_line_2;
typedef typename K::Less_singed_distance_to_line_2
typedef typename K::Less_signed_distance_to_line_2
Less_signed_distance_to_line_2;
typedef typename K::Less_rotate_ccw_2 Less_rotate_ccw_2;
typedef typename K::Leftturn_2 Leftturn_2;