From 9e4d15b6dec9a7f9358855faeb96b1ac767a15e6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 25 Jun 2019 16:33:14 -0700 Subject: Got most of the functions in, now to test them. --- src/unstable/blob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unstable/blob.h') diff --git a/src/unstable/blob.h b/src/unstable/blob.h index b48f488..d6c40e3 100644 --- a/src/unstable/blob.h +++ b/src/unstable/blob.h @@ -37,6 +37,7 @@ namespace Bu public: Blob(); Blob( const Blob &rSrc ); + Blob( const class BlobBuilder &rSrc ); Blob( const char *pSrc ); Blob( const void *pSrc, int32_t iSize ); Blob( const const_iterator &iStart ); -- cgit v1.2.3