plugins/systemvolume: Work around remaining clang-format differences between different versions
This commit is contained in:
parent
4e23978e1f
commit
26c9f77b2b
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue