aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/io/Stream.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-15 18:45:05 +0800
committercrupest <crupest@outlook.com>2022-01-15 18:45:05 +0800
commitabb9d48a72e2d580d6bfbfcb600795c5ec66e204 (patch)
tree15d89cb51270533e4a8d1e52f437fa371bdb34a6 /include/cru/common/io/Stream.hpp
parentb6757b263ed304aed22eb2a472805f87bfb67f3a (diff)
downloadcru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.tar.gz
cru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.tar.bz2
cru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.zip
...
Diffstat (limited to 'include/cru/common/io/Stream.hpp')
-rw-r--r--include/cru/common/io/Stream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/io/Stream.hpp b/include/cru/common/io/Stream.hpp
index 5fa307ed..d75f3ee3 100644
--- a/include/cru/common/io/Stream.hpp
+++ b/include/cru/common/io/Stream.hpp
@@ -31,7 +31,7 @@ class CRU_BASE_API Stream : public Object {
virtual Index Write(const std::byte* buffer, Index offset, Index size) = 0;
virtual Index Write(const std::byte* buffer, Index size);
- virtual void Flush() = 0;
+ virtual void Flush();
virtual void Close();
};