mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Improve Mac wx3.1.1 compatibility
1. Qualify hash as std::hash. 2. Ensure we have a header for the function 'free'
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
#define NSObject wxOSX_10_6_AND_LATER( x ) x
|
||||
|
||||
@interface OSPanelDelegate : NSObject wxOSX_10_6_AND_LATER(<NSOpenSavePanelDelegate>)
|
||||
{
|
||||
FileDialog* _dialog;
|
||||
|
||||
Reference in New Issue
Block a user