Fix error introduced by merge

main
Igor Canadi 10 years ago
parent ba882972fd
commit 63eade401a
  1. 2
      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)

Loading…
Cancel
Save