diff --git a/modules/juce_osc/osc/juce_OSCArgument.h b/modules/juce_osc/osc/juce_OSCArgument.h index cf1b10edf4..7b29e12e22 100644 --- a/modules/juce_osc/osc/juce_OSCArgument.h +++ b/modules/juce_osc/osc/juce_OSCArgument.h @@ -158,7 +158,7 @@ public: /** Returns the value of the OSCArgument as a boolean. 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: //==============================================================================