Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14063 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 11, 2010
1 parent c335e93 commit 69b047d
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 69b047d

Please sign in to comment.