summaryrefslogtreecommitdiffstats
path: root/benchmarks/insertion_tput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/insertion_tput.cpp')
-rw-r--r--benchmarks/insertion_tput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/insertion_tput.cpp b/benchmarks/insertion_tput.cpp
index 785b933..b4428f6 100644
--- a/benchmarks/insertion_tput.cpp
+++ b/benchmarks/insertion_tput.cpp
@@ -14,7 +14,7 @@
typedef de::Record<int64_t, int64_t> Rec;
typedef de::ISAMTree<Rec> ISAM;
-typedef de::rq::Query<ISAM, Rec> Q;
+typedef de::rq::Query<Rec, ISAM> Q;
typedef de::DynamicExtension<Rec, ISAM, Q> Ext;