mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Fix build targeting MacOS 10.6
This commit is contained in:
@@ -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>)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user