Skip to content

Commit 69b047d

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@14063 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c335e93 commit 69b047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wfs/qgswfsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ bool QgsWFSProvider::addFeatures( QgsFeatureList &flist )
310310
mSpatialIndex->insertFeature( *featureIt );
311311
mFeatureCount = mFeatures.size();
312312
}
313-
return true;
314313
}
314+
return true;
315315
}
316316
else
317317
{

0 commit comments

Comments
 (0)