Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a warning in SIP
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7374 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 11, 2007
1 parent 6605b9e commit e3a29b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsprojectionselector.sip
Expand Up @@ -15,7 +15,7 @@ template <TYPE>
return NULL;

// Set the list elements.
int i;
int i=0;
for (QSet<TYPE>::iterator it = sipCpp->begin(); it != sipCpp->end(); ++it, ++i)
{
TYPE *t = new TYPE(*it);
Expand Down

0 comments on commit e3a29b2

Please sign in to comment.