mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
086f8e8da6
commit
271314d4dd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user