Codefix 043d1ac: [Win32] Restore virtual destructor of StreamingVoiceContext (#13496)

This commit is contained in:
Loïc Guilloux
2025-02-08 17:43:34 +01:00
committed by GitHub
parent ac54ff368c
commit edf90f5e4b

View File

@@ -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