1
0
Fork 0
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:
ed 2021-03-19 15:45:05 +00:00
parent a8aafed53d
commit d6ac6b543b
5 changed files with 5 additions and 5 deletions

View file

@ -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(); }