Skip to content

Commit

Permalink
Fix typo in last commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14265 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 20, 2010
1 parent 2222397 commit 514d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Expand Up @@ -70,7 +70,7 @@ void QgsWFSProvider::reloadData()
{
deleteData();
delete mSpatialIndex;
mSpatialIndex = new QgsSpatialIndex;
mSpatialIndex = new QgsSpatialIndex();
mValid = !getFeature( dataSourceUri() );
}

Expand Down

0 comments on commit 514d797

Please sign in to comment.