X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..2d6dd9c09e7084d402fc923d2f09d8b7158a1a04:/include/wx/sound.h diff --git a/include/wx/sound.h b/include/wx/sound.h index cb9f836554..37315eb8a3 100644 --- a/include/wx/sound.h +++ b/include/wx/sound.h @@ -12,10 +12,6 @@ #ifndef _WX_SOUND_H_BASE_ #define _WX_SOUND_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "soundbase.h" -#endif - #include "wx/defs.h" #if wxUSE_SOUND @@ -67,6 +63,8 @@ protected: #if defined(__WXMSW__) #include "wx/msw/sound.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/sound.h" #elif defined(__WXMAC__) #include "wx/mac/sound.h" #elif defined(__WXPM__)