mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
fix double declaration getBool()
This commit is contained in:
parent
7972d8f44e
commit
5bb41f0a46
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public:
|
||||||
/** Returns the value of the OSCArgument as a boolean.
|
/** Returns the value of the OSCArgument as a boolean.
|
||||||
If the type of the OSCArgument is not T or F, the behaviour is undefined.
|
If the type of the OSCArgument is not T or F, the behaviour is undefined.
|
||||||
*/
|
*/
|
||||||
bool getBool() const noexcept { return type == OSCTypes::T; }
|
bool getBool() const noexcept;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue