Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14063 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 11, 2010
1 parent 59f7b9d commit 49a917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Expand Up @@ -310,8 +310,8 @@ bool QgsWFSProvider::addFeatures( QgsFeatureList &flist )
mSpatialIndex->insertFeature( *featureIt );
mFeatureCount = mFeatures.size();
}
return true;
}
return true;
}
else
{
Expand Down

0 comments on commit 49a917c

Please sign in to comment.