From 5c46c65456b0bfa161c8b10b59abfcaa8d03727b Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 30 Aug 2016 09:20:30 +0100 Subject: [PATCH] Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos --- .../utilities/juce_AudioProcessorValueTreeState.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!