Fix: the member function 'Flush()' of class 'MemoryIOStream' need to be marked as override for msvc clang compiling

This commit is contained in:
jiannanya
2023-02-09 21:30:36 +08:00
parent 4cf1ee98f6
commit 2390822baf

View File

@@ -125,7 +125,7 @@ public:
return length;
}
void Flush() {
void Flush() override{
ai_assert(false); // won't be needed
}