diff options
Diffstat (limited to 'tddb/td/db/binlog/ConcurrentBinlog.h')
| -rw-r--r-- | tddb/td/db/binlog/ConcurrentBinlog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tddb/td/db/binlog/ConcurrentBinlog.h b/tddb/td/db/binlog/ConcurrentBinlog.h index 33e91b11b..cdac7d0dd 100644 --- a/tddb/td/db/binlog/ConcurrentBinlog.h +++ b/tddb/td/db/binlog/ConcurrentBinlog.h @@ -55,7 +55,8 @@ class ConcurrentBinlog final : public BinlogInterface { CSlice get_path() const { return path_; } - uint64 erase_batch(std::vector<uint64> event_ids) final; + + uint64 erase_batch(vector<uint64> event_ids) final; private: void init_impl(unique_ptr<Binlog> binlog, int scheduler_id); |
