mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Enabled some more warning flags in Xcode, and fixed the problems they caused
This commit is contained in:
parent
6bb7618e1e
commit
cadac817c6
228 changed files with 353 additions and 337 deletions
|
|
@ -102,7 +102,7 @@ public:
|
|||
Make sure that you don't delete this if pointers to it are still being used by
|
||||
objects such as PopupMenus or Buttons.
|
||||
*/
|
||||
virtual ~ApplicationCommandManager();
|
||||
virtual ~ApplicationCommandManager() override;
|
||||
|
||||
//==============================================================================
|
||||
/** Clears the current list of all commands.
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ public:
|
|||
KeyPressMappingSet (const KeyPressMappingSet&);
|
||||
|
||||
/** Destructor. */
|
||||
~KeyPressMappingSet();
|
||||
~KeyPressMappingSet() override;
|
||||
|
||||
//==============================================================================
|
||||
ApplicationCommandManager& getCommandManager() const noexcept { return commandManager; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue