1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 23:00:06 +02:00

Fix case of AppKit include

This commit is contained in:
Leland Lucius 2015-08-12 22:18:25 -05:00
parent e119ffcd78
commit 133b97feb6

View File

@ -55,7 +55,7 @@
#endif #endif
#if defined(__WXMAC__) #if defined(__WXMAC__)
#include <Appkit/Appkit.h> #include <AppKit/AppKit.h>
#endif #endif
// Define the static URI nodes // Define the static URI nodes