diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index 130f4ee078..30cef785a6 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -94,7 +94,7 @@ public: @param newItemId an associated ID number that can be set or retrieved - see getSelectedId() and setSelectedId(). Note that this value can not be 0! - @see setItemEnabled, addSeparator, addSectionHeading, removeItem, getNumItems, getItemText, getItemId + @see setItemEnabled, addSeparator, addSectionHeading, getNumItems, getItemText, getItemId */ void addItem (const String& newItemText, int newItemId); @@ -142,7 +142,7 @@ public: If this call causes the content to be cleared, and a change-message will be broadcast according to the notification parameter. - @see addItem, removeItem, getNumItems + @see addItem, getNumItems */ void clear (NotificationType notification = sendNotificationAsync);