X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b430ee141ef657dc3dc5610d8bdbf568f38cc73..99c75ebc5e447e1bb25439e22f07130583dc5783:/include/wx/mac/carbon/sound.h diff --git a/include/wx/mac/carbon/sound.h b/include/wx/mac/carbon/sound.h index 54bceddf37..670b170b9e 100644 --- a/include/wx/mac/carbon/sound.h +++ b/include/wx/mac/carbon/sound.h @@ -13,21 +13,17 @@ #ifndef _WX_SOUND_H_ #define _WX_SOUND_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "sound.h" -#endif - #if wxUSE_SOUND #include "wx/object.h" -class WXDLLEXPORT wxSound : public wxSoundBase +class WXDLLIMPEXP_ADV wxSound : public wxSoundBase { public: wxSound(); wxSound(const wxString& fileName, bool isResource = FALSE); wxSound(int size, const wxByte* data); - ~wxSound(); + virtual ~wxSound(); public: bool Create(const wxString& fileName, bool isResource = FALSE);