From 26c9f77b2bbad762f8e69954fb121df376fe1eb5 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 7 Sep 2024 11:54:15 +0200 Subject: [PATCH] plugins/systemvolume: Work around remaining clang-format differences between different versions --- plugins/systemvolume/systemvolumeplugin-win.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/systemvolume/systemvolumeplugin-win.cpp b/plugins/systemvolume/systemvolumeplugin-win.cpp index 10bd3bc9d..c3fb79afa 100644 --- a/plugins/systemvolume/systemvolumeplugin-win.cpp +++ b/plugins/systemvolume/systemvolumeplugin-win.cpp @@ -35,7 +35,6 @@ public: , _cRef(1) { } - ~CAudioEndpointVolumeCallback() {}; // IUnknown methods -- AddRef, Release, and QueryInterface @@ -91,9 +90,9 @@ class SystemvolumePlugin::CMMNotificationClient : public IMMNotificationClient public: CMMNotificationClient(SystemvolumePlugin &x) : enclosing(x) - , _cRef(1) {}; - - ~CMMNotificationClient() {}; + , _cRef(1) + { + } // IUnknown methods -- AddRef, Release, and QueryInterface