1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-15 07:50:22 +02:00

build fix

This commit is contained in:
Paul Licameli 2016-04-17 15:04:53 -04:00
parent 14db5ca410
commit 94d50d7de5

View File

@ -285,6 +285,8 @@ OSType sf_header_mactype(int format)
return '\?\?\?\?';
}
#endif // __WXMAC__
#include <wx/msgdlg.h>
ODLock libSndFileMutex;
@ -300,5 +302,3 @@ void SFFileCloser::operator() (SNDFILE *sf) const
buffer));
}
}
#endif // __WXMAC__