mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'.
This commit is contained in:
parent
cdb55f70c2
commit
da2b10ada6
19 changed files with 47 additions and 48 deletions
|
|
@ -46,7 +46,7 @@ public:
|
|||
MenuBarModel() noexcept;
|
||||
|
||||
/** Destructor. */
|
||||
virtual ~MenuBarModel() override;
|
||||
~MenuBarModel() override;
|
||||
|
||||
//==============================================================================
|
||||
/** Call this when some of your menu items have changed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue