Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15106 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 29, 2011
1 parent 9518ec9 commit 1489082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsrendererv2.cpp
Expand Up @@ -85,7 +85,7 @@ unsigned char* QgsFeatureRendererV2::_getLineString( QPolygonF& pts, QgsRenderCo
} }


//transform the QPolygonF to screen coordinates //transform the QPolygonF to screen coordinates
for ( unsigned int i = 0; i < pts.size(); ++i ) for ( int i = 0; i < pts.size(); ++i )
{ {
if ( ct ) if ( ct )
{ {
Expand Down

0 comments on commit 1489082

Please sign in to comment.