From 63eade401a880e531d86f325c9553cdecd01853c Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Tue, 7 Oct 2014 09:47:16 -0700 Subject: [PATCH] Fix error introduced by merge --- utilities/write_batch_with_index/write_batch_with_index.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/write_batch_with_index/write_batch_with_index.cc b/utilities/write_batch_with_index/write_batch_with_index.cc index f5bab2637..481ec6867 100644 --- a/utilities/write_batch_with_index/write_batch_with_index.cc +++ b/utilities/write_batch_with_index/write_batch_with_index.cc @@ -10,6 +10,7 @@ #include "util/arena.h" namespace rocksdb { + class ReadableWriteBatch : public WriteBatch { public: explicit ReadableWriteBatch(size_t reserved_bytes = 0) @@ -120,7 +121,6 @@ class WBWIIteratorImpl : public WBWIIterator { } } }; -} // namespace struct WriteBatchWithIndex::Rep { Rep(const Comparator* index_comparator, size_t reserved_bytes = 0)