Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 8, 2011
1 parent c02421a commit 0782a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsspatialindex.cpp
Expand Up @@ -67,7 +67,7 @@ QgsSpatialIndex::QgsSpatialIndex()
RTree::RTreeVariant variant = RTree::RV_RSTAR;

// create R-tree
long indexId;
SpatialIndex::id_type indexId;
mRTree = RTree::createNewRTree( *mStorage, fillFactor, indexCapacity,
leafCapacity, dimension, variant, indexId );
}
Expand Down

0 comments on commit 0782a34

Please sign in to comment.