diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/blobbuilder.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
45 | }; | 45 | }; |
46 | 46 | ||
47 | BlobBuilderCore(); | 47 | BlobBuilderCore(); |
48 | BlobBuilderCore( const Bu::Blob &rSrc ); | ||
48 | BlobBuilderCore( const BlobBuilderCore &rSrc ); | 49 | BlobBuilderCore( const BlobBuilderCore &rSrc ); |
49 | virtual ~BlobBuilderCore(); | 50 | virtual ~BlobBuilderCore(); |
50 | 51 | ||