Skip to content

Commit 1489082

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15106 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9518ec9 commit 1489082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgsrendererv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ unsigned char* QgsFeatureRendererV2::_getLineString( QPolygonF& pts, QgsRenderCo
8585
}
8686

8787
//transform the QPolygonF to screen coordinates
88-
for ( unsigned int i = 0; i < pts.size(); ++i )
88+
for ( int i = 0; i < pts.size(); ++i )
8989
{
9090
if ( ct )
9191
{

0 commit comments

Comments
 (0)