mirror of https://github.com/CGAL/cgal
removed unnecessary typename for Linux
This commit is contained in:
parent
8d305d46f0
commit
c3d1d03d44
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue