aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/blob.h')
-rw-r--r--src/unstable/blob.h1
1 files changed, 1 insertions, 0 deletions
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
37 public: 37 public:
38 Blob(); 38 Blob();
39 Blob( const Blob &rSrc ); 39 Blob( const Blob &rSrc );
40 Blob( const class BlobBuilder &rSrc );
40 Blob( const char *pSrc ); 41 Blob( const char *pSrc );
41 Blob( const void *pSrc, int32_t iSize ); 42 Blob( const void *pSrc, int32_t iSize );
42 Blob( const const_iterator &iStart ); 43 Blob( const const_iterator &iStart );