From a034cfca98d4408b175938740628a54f57eb7614 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 22 Nov 2022 08:54:34 -0500 Subject: add upstream 11.28 --- zen/serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/serialize.h') diff --git a/zen/serialize.h b/zen/serialize.h index 53a6fc62..dd393422 100644 --- a/zen/serialize.h +++ b/zen/serialize.h @@ -79,7 +79,7 @@ template < class BufferedInputStream> void readArray (BufferedInputSt struct IOCallbackDivider { IOCallbackDivider(const IoCallback& notifyUnbufferedIO, int64_t& totalBytesNotified) : - totalBytesNotified_(totalBytesNotified), + totalBytesNotified_(totalBytesNotified), notifyUnbufferedIO_(notifyUnbufferedIO) { assert(totalBytesNotified == 0); } void operator()(int64_t bytesDelta) //throw X! -- cgit