diff options
Diffstat (limited to 'include/util/SortedMerge.h')
| -rw-r--r-- | include/util/SortedMerge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util/SortedMerge.h b/include/util/SortedMerge.h index b0a3215..c41a7ae 100644 --- a/include/util/SortedMerge.h +++ b/include/util/SortedMerge.h @@ -51,7 +51,7 @@ struct merge_info { */ template <RecordInterface R, ShardInterface S> static std::vector<Cursor<Wrapped<R>>> -build_cursor_vec(std::vector<S *> const &shards, size_t *reccnt, +build_cursor_vec(std::vector<const S *> const &shards, size_t *reccnt, size_t *tscnt) { std::vector<Cursor<Wrapped<R>>> cursors; cursors.reserve(shards.size()); |