mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some unnecessary angled brackets
This commit is contained in:
parent
a8aafed53d
commit
d6ac6b543b
5 changed files with 5 additions and 5 deletions
|
|
@ -1746,7 +1746,7 @@ private:
|
|||
{
|
||||
public:
|
||||
ChangeNotificationClient (WASAPIAudioIODeviceType* d)
|
||||
: ComBaseClassHelper<IMMNotificationClient> (0), device (d) {}
|
||||
: ComBaseClassHelper (0), device (d) {}
|
||||
|
||||
JUCE_COMRESULT OnDeviceAdded (LPCWSTR) { return notify(); }
|
||||
JUCE_COMRESULT OnDeviceRemoved (LPCWSTR) { return notify(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue