Windows: Prevent some virtual dtor warnings.

This commit is contained in:
Unknown W. Brackets
2021-02-15 10:50:17 -08:00
parent e85a8b0f5b
commit a1b9eb3cc5
3 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -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() {
}