X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b430ee141ef657dc3dc5610d8bdbf568f38cc73..a9c95884805a56442482036cd204e56c47a03d2c:/include/wx/mac/carbon/sound.h diff --git a/include/wx/mac/carbon/sound.h b/include/wx/mac/carbon/sound.h index 54bceddf37..ab2555f5e9 100644 --- a/include/wx/mac/carbon/sound.h +++ b/include/wx/mac/carbon/sound.h @@ -13,10 +13,6 @@ #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" @@ -27,7 +23,7 @@ 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);