Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Mar 21, 2024
1 parent 00e9208 commit 7f9c69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/multi_cf_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class MultiCfIterator : public Iterator {

template <typename BinaryHeap, typename ChildSeekFuncType>
void SeekCommon(BinaryHeap& heap, ChildSeekFuncType child_seek_func);
template <typename BinaryHeap, typename AdvancedFuncType>
void AdvanceIterator(BinaryHeap& heap, AdvancedFuncType advance_func);
template <typename BinaryHeap, typename AdvanceFuncType>
void AdvanceIterator(BinaryHeap& heap, AdvanceFuncType advance_func);

void SeekToFirst() override;
void SeekToLast() override;
Expand Down

0 comments on commit 7f9c69b

Please sign in to comment.