Skip to content

Commit

Permalink
merging_iterator.cc: add override
Browse files Browse the repository at this point in the history
  • Loading branch information
rockeet committed Jun 12, 2022
1 parent 6bb244c commit 02458c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/merging_iterator.cc
Expand Up @@ -129,7 +129,7 @@ class MergingIterTmpl : public MergingIterator {
}
}

virtual void AddIterator(InternalIterator* iter) {
void AddIterator(InternalIterator* iter) override {
children_.emplace_back(iter);
if (pinned_iters_mgr_) {
iter->SetPinnedItersMgr(pinned_iters_mgr_);
Expand Down

0 comments on commit 02458c4

Please sign in to comment.