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

pull/4945/head
jiannanya 2023-02-09 21:30:36 +08:00
parent 4cf1ee98f6
commit 2390822baf
1 changed files with 1 additions and 1 deletions

View File

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