1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AudioIODeviceType: Fix typo

This commit is contained in:
reuk 2023-01-16 12:14:02 +00:00
parent 5401ad6427
commit 238fbfca94
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -116,7 +116,7 @@ public:
/**
A class for receiving events when audio devices are inserted or removed.
You can register an AudioIODeviceType::Listener with an~AudioIODeviceType object
You can register an AudioIODeviceType::Listener with an AudioIODeviceType object
using the AudioIODeviceType::addListener() method, and it will be called when
devices of that type are added or removed.