From 271314d4dd5208e6f9739a03658e8bbc0f454a26 Mon Sep 17 00:00:00 2001 From: jef Date: Sun, 11 Nov 2007 14:51:19 +0000 Subject: [PATCH] fix a warning in SIP git-svn-id: http://svn.osgeo.org/qgis/trunk@7374 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/gui/qgsprojectionselector.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gui/qgsprojectionselector.sip b/python/gui/qgsprojectionselector.sip index c7d985ae29c..93a036a9831 100644 --- a/python/gui/qgsprojectionselector.sip +++ b/python/gui/qgsprojectionselector.sip @@ -15,7 +15,7 @@ template return NULL; // Set the list elements. - int i; + int i=0; for (QSet::iterator it = sipCpp->begin(); it != sipCpp->end(); ++it, ++i) { TYPE *t = new TYPE(*it);