Skip to content

Commit f6237a7

Browse files
author
mhugent
committed
Fix typo in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14265 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fb4a658 commit f6237a7

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
@@ -70,7 +70,7 @@ void QgsWFSProvider::reloadData()
7070
{
7171
deleteData();
7272
delete mSpatialIndex;
73-
mSpatialIndex = new QgsSpatialIndex;
73+
mSpatialIndex = new QgsSpatialIndex();
7474
mValid = !getFeature( dataSourceUri() );
7575
}
7676

0 commit comments

Comments
 (0)