1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Fix (my) typo in a Mac #define.

Recreating a Mac fix locally on Windows, I copied too much text.
And of course it didn't show up in the Windows or Travis builds.
This commit is contained in:
James Crook 2018-04-13 08:04:25 +01:00
parent 71f49ae0f6
commit cbd0f8aba3

View File

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