Fix: the member function 'Flush()' of class 'MemoryIOStream' need to be marked as override for msvc clang compiling
parent
4cf1ee98f6
commit
2390822baf
|
@ -125,7 +125,7 @@ public:
|
||||||
return length;
|
return length;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Flush() {
|
void Flush() override{
|
||||||
ai_assert(false); // won't be needed
|
ai_assert(false); // won't be needed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue