diff --git a/include/leveldb/write_batch.h b/include/leveldb/write_batch.h index 9b319f0..5380c53 100644 --- a/include/leveldb/write_batch.h +++ b/include/leveldb/write_batch.h @@ -62,7 +62,7 @@ class LEVELDB_EXPORT WriteBatch { void Append(const WriteBatch& source); // Support for iterating over the contents of a batch. - class Handler { + class LEVELDB_EXPORT Handler { public: virtual ~Handler(); virtual void Put(const Slice& key, const Slice& value) = 0;