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:
parent
0c99501bfb
commit
71f49ae0f6
@ -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>)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user