diff --git a/Source/PS_Source/globals.h b/Source/PS_Source/globals.h index fe89fc7..40461cc 100644 --- a/Source/PS_Source/globals.h +++ b/Source/PS_Source/globals.h @@ -142,7 +142,7 @@ inline void getFromTreeProperties(ValueTree src, juce::Identifier varname, Range template inline void getFromTreeProperties(ValueTree src, T par) { - static_assert(std::is_base_of::type>::value, + static_assert(std::is_base_of::type>::value, "T must inherit from AudioProcessorParameterWithID"); if (par!=nullptr && src.hasProperty(par->paramID)) {