mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Fix some Mac compilation warnings
This commit is contained in:
parent
ff40403937
commit
d59592f862
@ -144,7 +144,7 @@ That's all!
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define DECLARE_POPUP_MENU(HandlerClass) \
|
#define DECLARE_POPUP_MENU(HandlerClass) \
|
||||||
virtual void Populate();
|
void Populate() override;
|
||||||
|
|
||||||
// begins function
|
// begins function
|
||||||
#define BEGIN_POPUP_MENU(HandlerClass) \
|
#define BEGIN_POPUP_MENU(HandlerClass) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user