removed unnecessary typename for Linux

This commit is contained in:
Radu Ursu 2002-10-11 08:24:14 +00:00
parent 8d305d46f0
commit c3d1d03d44
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ operator<<(Qt_widget& w, const Triangle_2<R>& t)
Point_2<R> pi;
Segment_2<R> si;
Triangle_2<R> ti;
typedef typename Point_2<R> Point;
typedef Point_2<R> Point;
std::vector<Point> vi;
if(CGAL::assign(pi, obj))
w << pi;