From 211b80abe252a46a98df8a9a3efb036041c6526d Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 16 Dec 2023 23:55:49 +0800 Subject: Add PlatformSubProcessBase. --- include/cru/common/io/Stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/common/io') diff --git a/include/cru/common/io/Stream.h b/include/cru/common/io/Stream.h index d24931da..b8e324d1 100644 --- a/include/cru/common/io/Stream.h +++ b/include/cru/common/io/Stream.h @@ -32,7 +32,7 @@ class CRU_BASE_API StreamOperationNotSupportedException : public Exception { class CRU_BASE_API StreamAlreadyClosedException : public Exception { public: - StreamAlreadyClosedException(); + StreamAlreadyClosedException(); CRU_DEFAULT_COPY(StreamAlreadyClosedException) CRU_DEFAULT_MOVE(StreamAlreadyClosedException) -- cgit v1.2.3