A typname too much

This commit is contained in:
Andreas Fabri 2016-11-16 08:20:44 +01:00
parent 6df8b711cc
commit e87351e51a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public:
typedef R Traits;
typedef typename R::Point_2 Bare_point;
typedef typename R::Weighted_point_2 Weighted_point_2;
typedef typename Weighted_point_2 Point_2;
typedef Weighted_point_2 Point_2;
// This is required for the point() function of vertex base class
// to be correctly return a weighted_point;