1
0
Fork 0
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:
jules 2019-01-18 09:09:06 +00:00
parent cdb55f70c2
commit da2b10ada6
19 changed files with 47 additions and 48 deletions

View file

@ -46,7 +46,7 @@ public:
MenuBarModel() noexcept;
/** Destructor. */
virtual ~MenuBarModel() override;
~MenuBarModel() override;
//==============================================================================
/** Call this when some of your menu items have changed.