From 668737effd601778fba74edec14d22dd5b87457a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 19 Apr 2010 15:16:53 +0000 Subject: CacheStoreMyriad is written, it's pretty much a copy of CacheStoreNids since Nids and Myriad pretty much share an API. However, there seems to be a bug in Myriad when a Myriad file is created and filled with data immediately, the header stream is mis-linking one of the blocks again. --- src/tafgroup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tafgroup.h') diff --git a/src/tafgroup.h b/src/tafgroup.h index f76e5f9..ed70e8c 100644 --- a/src/tafgroup.h +++ b/src/tafgroup.h @@ -32,6 +32,7 @@ namespace Bu typedef Bu::Hash GroupHash; typedef Bu::List NodeList; + TafGroup( const TafGroup &rSrc ); TafGroup( const Bu::FString &sName ); virtual ~TafGroup(); -- cgit v1.2.3