mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
OSCMessage, OSCBundle: renamed empty() to isEmpty() for consistency with all other JUCE containers.
This commit is contained in:
parent
4d41bdd7c9
commit
50224491d4
3 changed files with 4 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ public:
|
|||
int size() const noexcept;
|
||||
|
||||
/** Returns true if the OSCMessage contains no OSCArgument objects; false otherwise. */
|
||||
bool empty() const noexcept;
|
||||
bool isEmpty() const noexcept;
|
||||
|
||||
/** Returns a reference to the OSCArgument at index i in the OSCMessage object.
|
||||
This method does not check the range and results in undefined behavour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue