mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Windows: Prevent some virtual dtor warnings.
This commit is contained in:
@@ -31,7 +31,7 @@ const IID IID_IAudioRenderClient = __uuidof(IAudioRenderClient);
|
||||
if ((punk) != NULL) \
|
||||
{ (punk)->Release(); (punk) = NULL; }
|
||||
|
||||
class CMMNotificationClient : public IMMNotificationClient {
|
||||
class CMMNotificationClient final : public IMMNotificationClient {
|
||||
public:
|
||||
CMMNotificationClient() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user