diff options
author | crupest <crupest@outlook.com> | 2023-12-16 23:55:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-12-16 23:55:49 +0800 |
commit | 211b80abe252a46a98df8a9a3efb036041c6526d (patch) | |
tree | fdab2c7e454ce3153558503a902cb2f19b66f216 /include/cru/common/io | |
parent | 9514626f02d21edef33fa6212aa47fdb3c115fe9 (diff) | |
download | cru-211b80abe252a46a98df8a9a3efb036041c6526d.tar.gz cru-211b80abe252a46a98df8a9a3efb036041c6526d.tar.bz2 cru-211b80abe252a46a98df8a9a3efb036041c6526d.zip |
Add PlatformSubProcessBase.
Diffstat (limited to 'include/cru/common/io')
-rw-r--r-- | include/cru/common/io/Stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |