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)
|
, _cRef(1)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
~CAudioEndpointVolumeCallback() {};
|
|
||||||
|
|
||||||
// IUnknown methods -- AddRef, Release, and QueryInterface
|
// IUnknown methods -- AddRef, Release, and QueryInterface
|
||||||
|
|
||||||
|
@ -91,9 +90,9 @@ class SystemvolumePlugin::CMMNotificationClient : public IMMNotificationClient
|
||||||
public:
|
public:
|
||||||
CMMNotificationClient(SystemvolumePlugin &x)
|
CMMNotificationClient(SystemvolumePlugin &x)
|
||||||
: enclosing(x)
|
: enclosing(x)
|
||||||
, _cRef(1) {};
|
, _cRef(1)
|
||||||
|
{
|
||||||
~CMMNotificationClient() {};
|
}
|
||||||
|
|
||||||
// IUnknown methods -- AddRef, Release, and QueryInterface
|
// IUnknown methods -- AddRef, Release, and QueryInterface
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue