(hopefully) fix refcounting problem in hll/bloom-filter opaque vals.

Thanks Robin.
This commit is contained in:
Bernhard Amann 2013-07-31 12:36:56 -07:00
parent 83ce77e575
commit 07634fd95e
2 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ protected:
// This will be increased whenever there is an incompatible change
// in the data format.
static const uint32 DATA_FORMAT_VERSION = 23;
static const uint32 DATA_FORMAT_VERSION = 24;
ChunkedIO* io;