1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Fix some Mac compilation warnings

This commit is contained in:
Paul Licameli 2018-01-09 08:35:56 -05:00
parent ff40403937
commit d59592f862

View File

@ -144,7 +144,7 @@ That's all!
*/
#define DECLARE_POPUP_MENU(HandlerClass) \
virtual void Populate();
void Populate() override;
// begins function
#define BEGIN_POPUP_MENU(HandlerClass) \