diff --git a/src/benchmarks/static_rtree.cpp b/src/benchmarks/static_rtree.cpp index 803ca7fe1..a19f12834 100644 --- a/src/benchmarks/static_rtree.cpp +++ b/src/benchmarks/static_rtree.cpp @@ -27,10 +27,7 @@ constexpr int32_t WORLD_MIN_LON = -180 * COORDINATE_PRECISION; constexpr int32_t WORLD_MAX_LON = 180 * COORDINATE_PRECISION; using RTreeLeaf = extractor::EdgeBasedNode; -using BenchStaticRTree = - util::StaticRTree::vector, - storage::Ownership::Container>; +using BenchStaticRTree = util::StaticRTree; std::vector loadCoordinates(const boost::filesystem::path &nodes_file) {