From 61418912bc7fae26e3f6dac44112fc2ce7a3ca66 Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Thu, 11 Jan 2018 12:48:43 +0000 Subject: [PATCH] Fix documentation typo in juce_ColourSelector.h --- modules/juce_gui_extra/misc/juce_ColourSelector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/juce_gui_extra/misc/juce_ColourSelector.h b/modules/juce_gui_extra/misc/juce_ColourSelector.h index fab177e9a5..c3b6747c6a 100644 --- a/modules/juce_gui_extra/misc/juce_ColourSelector.h +++ b/modules/juce_gui_extra/misc/juce_ColourSelector.h @@ -82,9 +82,9 @@ public: /** Changes the colour that is currently being shown. - @param newColour the new colour to show - @param notification whether to send a notification of the change to listeners. - A notification will only be sent if the colour has changed. + @param newColour the new colour to show + @param notificationType whether to send a notification of the change to listeners. + A notification will only be sent if the colour has changed. */ void setCurrentColour (Colour newColour, NotificationType notificationType = sendNotification);