summaryrefslogtreecommitdiffstats
path: root/include/query/wirs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/query/wirs.h')
-rw-r--r--include/query/wirs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/query/wirs.h b/include/query/wirs.h
index 07c5292..4fac7e7 100644
--- a/include/query/wirs.h
+++ b/include/query/wirs.h
@@ -57,7 +57,7 @@ struct BufferState {
}
};
-template <ShardInterface S, RecordInterface R, bool Rejection=true>
+template <RecordInterface R, ShardInterface<R> S, bool Rejection=true>
class Query {
public:
constexpr static bool EARLY_ABORT=false;