mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a documentation error in ListenerList
This commit is contained in:
parent
a2002354a1
commit
b6bebb313f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public:
|
|||
/** Returns the number of registered listeners. */
|
||||
int size() const noexcept { return listeners.size(); }
|
||||
|
||||
/** Returns true if any listeners are registered. */
|
||||
/** Returns true if no listeners are registered, false otherwise. */
|
||||
bool isEmpty() const noexcept { return listeners.isEmpty(); }
|
||||
|
||||
/** Clears the list. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue