From 6e3124d6aec9d4ad9fbe92beec82add5e1a811fe Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 15 Apr 2022 08:46:54 -0700 Subject: Augments to Blob and BlobBuilder. You can construct a BlobBuilder from a Blob now, and Blob has an extra null byte of padding just in case you use a Blob to store a string. --- src/unstable/blobbuilder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unstable/blobbuilder.h') diff --git a/src/unstable/blobbuilder.h b/src/unstable/blobbuilder.h index c343a4f..c2995cb 100644 --- a/src/unstable/blobbuilder.h +++ b/src/unstable/blobbuilder.h @@ -45,6 +45,7 @@ namespace Bu }; BlobBuilderCore(); + BlobBuilderCore( const Bu::Blob &rSrc ); BlobBuilderCore( const BlobBuilderCore &rSrc ); virtual ~BlobBuilderCore(); -- cgit v1.2.3