diff --git a/plugins/input/shape/shape_index_featureset.cpp b/plugins/input/shape/shape_index_featureset.cpp index f1fff2ca1..e0bb79c73 100644 --- a/plugins/input/shape/shape_index_featureset.cpp +++ b/plugins/input/shape/shape_index_featureset.cpp @@ -76,7 +76,7 @@ shape_index_featureset::shape_index_featureset(filterT const& filter, //spatial_index >::query(filter, index->file(), offsets_); mapnik::util::spatial_index::query(filter, index->file(), offsets_); #else - mapnik::util::spatial_index::query(filter, index->file(), offsets_); + mapnik::util::spatial_index::query(filter, index->file(), offsets_); #endif } std::sort(offsets_.begin(), offsets_.end());