1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Made ComboBox::addItemsToMenu virtual

This commit is contained in:
jules 2014-12-03 11:42:23 +00:00
parent e58f385806
commit ccdd0aa94f

View file

@ -264,7 +264,7 @@ public:
virtual void showPopup();
/** Adds the items in this ComboBox to the given menu. */
void addItemsToMenu (PopupMenu&) const;
virtual void addItemsToMenu (PopupMenu&) const;
//==============================================================================
/**