From fba48701e8f7c1e08e0ed16cceba6bf0f22a7481 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 31 May 2019 10:42:20 -0700 Subject: It builds again! --- src/unstable/blobbuilder.cpp | 8 ++++---- src/unstable/blobbuilder.h | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/unstable') diff --git a/src/unstable/blobbuilder.cpp b/src/unstable/blobbuilder.cpp index b98476b..a3f686e 100644 --- a/src/unstable/blobbuilder.cpp +++ b/src/unstable/blobbuilder.cpp @@ -5,14 +5,14 @@ * terms of the license contained in the file LICENSE. */ -#include "blobbuilder.h" +#include "bu/blobbuilder.h" +#include "bu/blob.h" ///// // BlobBuilderCore::Chunk // Bu::BlobBuilderCore::Chunk::Chunk() : - iFill( 0 ), iLength( 0 ), pData( 0 ), pNext( 0 ) @@ -39,9 +39,9 @@ Bu::BlobBuilderCore::BlobBuilderCore() : } Bu::BlobBuilderCore::BlobBuilderCore( const Bu::BlobBuilderCore &rSrc ) : - iLength( rSrc.iLength ), pFirst( 0 ), - pLast( 0 ) + pLast( 0 ), + iLength( rSrc.iLength ) { } diff --git a/src/unstable/blobbuilder.h b/src/unstable/blobbuilder.h index 817a990..5416cb4 100644 --- a/src/unstable/blobbuilder.h +++ b/src/unstable/blobbuilder.h @@ -13,6 +13,7 @@ namespace Bu { + class Blob; class BlobBuilder; class BlobBuilderCore -- cgit v1.2.3