diff options
Diffstat (limited to 'include/query/rangecount.h')
| -rw-r--r-- | include/query/rangecount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/query/rangecount.h b/include/query/rangecount.h index a09ad64..6c57809 100644 --- a/include/query/rangecount.h +++ b/include/query/rangecount.h @@ -35,7 +35,7 @@ struct BufferState { : buffer(buffer) {} }; -template <ShardInterface S, KVPInterface R> +template <KVPInterface R, ShardInterface<R> S> class Query { public: constexpr static bool EARLY_ABORT=false; |