From 84c93fbf0f371bcd26893d1c33e3a5bf1a61223e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 30 Sep 2024 10:23:55 -0700 Subject: Forgot about erase, it seems to be working now. --- src/stable/myriad.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/stable/myriad.h') diff --git a/src/stable/myriad.h b/src/stable/myriad.h index c3f682d..60c5a39 100644 --- a/src/stable/myriad.h +++ b/src/stable/myriad.h @@ -25,6 +25,7 @@ namespace Bu invalidParameter, invalidBackingStream, badMode, + streamOpen, }; subExceptionDeclEnd(); @@ -68,7 +69,8 @@ namespace Bu * 4 - 7: Size of stream in bytes * 8 - ...: List of blocks in stream (4 bytes per block */ - Myriad( Bu::Stream &rBacking, int32_t iBlockSize=-1, int32_t iPreallocateBlocks=-1 ); + Myriad( Bu::Stream &rBacking, int32_t iBlockSize=-1, + int32_t iPreallocateBlocks=-1 ); virtual ~Myriad(); MyriadStream create( Mode eMode, int32_t iPreallocateBytes=-1 ); -- cgit v1.2.3