From abb9d48a72e2d580d6bfbfcb600795c5ec66e204 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 15 Jan 2022 18:45:05 +0800 Subject: ... --- include/cru/common/io/Stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/common/io/Stream.hpp') 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(); }; -- cgit v1.2.3