mirror of https://github.com/CGAL/cgal
Add typename
This commit is contained in:
parent
5a4f57be05
commit
b7f4ea49b6
|
|
@ -135,7 +135,7 @@ PolylinesGraphicsItem<P>::paint(QPainter *painter,
|
|||
it != polylines->end();
|
||||
it++){
|
||||
Polyline & pl = *it;
|
||||
Polyline::iterator pit = pl.begin();
|
||||
typename Polyline::iterator pit = pl.begin();
|
||||
Point_2 p = *pit;
|
||||
++pit;
|
||||
for(; pit != pl.end(); ++pit){
|
||||
|
|
|
|||
Loading…
Reference in New Issue