fix a warning in SIP

git-svn-id: http://svn.osgeo.org/qgis/trunk@7374 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2007-11-11 14:51:19 +00:00
parent 086f8e8da6
commit 271314d4dd

View File

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