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:
parent
5401ad6427
commit
238fbfca94
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue