aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/io/Stream.hpp
diff options
context:
space:
mode:
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();
};