mirror of https://github.com/OpenTTD/OpenTTD
Codefix 043d1ac: [Win32] Restore virtual destructor of StreamingVoiceContext (#13496)
parent
ac54ff368c
commit
edf90f5e4b
|
@ -57,6 +57,8 @@ public:
|
||||||
this->buffer.resize(buffer_length);
|
this->buffer.resize(buffer_length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual ~StreamingVoiceContext() = default;
|
||||||
|
|
||||||
HRESULT SubmitBuffer()
|
HRESULT SubmitBuffer()
|
||||||
{
|
{
|
||||||
// Ensure we do have a valid voice
|
// Ensure we do have a valid voice
|
||||||
|
|
Loading…
Reference in New Issue