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:
parent
e58f385806
commit
ccdd0aa94f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue