1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Fix build targeting MacOS 10.6

This commit is contained in:
Paul Licameli 2018-04-12 17:15:35 -04:00
parent 0c99501bfb
commit 71f49ae0f6

View File

@ -49,7 +49,9 @@
// implementation
// ============================================================================
#define NSObject wxOSX_10_6_AND_LATER( x ) x
#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_6
#define NSObject wxOSX_10_6_AND_LATER( x ) x
#endif
@interface OSPanelDelegate : NSObject wxOSX_10_6_AND_LATER(<NSOpenSavePanelDelegate>)
{