mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
msbuild: obey some warnings about missing virtual destructors
This commit is contained in:
parent
1065dc4438
commit
fd166032ab
5 changed files with 21 additions and 10 deletions
|
@ -25,8 +25,7 @@ private:
|
|||
|
||||
public:
|
||||
StreamingVoiceContext(IXAudio2* pXAudio2, CMixer* pMixer, Common::Event& pSyncEvent);
|
||||
|
||||
~StreamingVoiceContext();
|
||||
virtual ~StreamingVoiceContext();
|
||||
|
||||
void Stop();
|
||||
void Play();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue