diff --git a/table/block.h b/table/block.h index 726dfd2ff..120bcbdcc 100644 --- a/table/block.h +++ b/table/block.h @@ -195,7 +195,7 @@ class Block { void operator=(const Block&) = delete; }; -class BlockIter : public InternalIterator { +class BlockIter final : public InternalIterator { public: // Object created using this constructor will behave like an iterator // against an empty block. The state after the creation: Valid()=false