diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h index d5e53d6a92..0f26106ebe 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h @@ -158,7 +158,7 @@ public: /** An object of this class maintains a connection between a ComboBox and a parameter in an AudioProcessorValueTreeState. - During the lifetime of this SliderAttachment object, it keeps the two things in + During the lifetime of this ComboBoxAttachment object, it keeps the two things in sync, making it easy to connect a combo box to a parameter. When this object is deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState and ComboBox aren't deleted before this object! @@ -182,7 +182,7 @@ public: /** An object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState. - During the lifetime of this SliderAttachment object, it keeps the two things in + During the lifetime of this ButtonAttachment object, it keeps the two things in sync, making it easy to connect a button to a parameter. When this object is deleted, the connection is broken. Make sure that your AudioProcessorValueTreeState and Button aren't deleted before this object!