Add typename

This commit is contained in:
Andreas Fabri 2010-09-22 06:15:46 +00:00
parent 5a4f57be05
commit b7f4ea49b6
1 changed files with 1 additions and 1 deletions

View File

@ -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){