X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..e2cb366f612460ba70fb12560c112fef2d8389dd:/include/wx/palmos/sound.h diff --git a/include/wx/palmos/sound.h b/include/wx/palmos/sound.h index 3ec4f6447e..7b813f5b61 100644 --- a/include/wx/palmos/sound.h +++ b/include/wx/palmos/sound.h @@ -12,10 +12,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" @@ -26,7 +22,7 @@ public: wxSound(); wxSound(const wxString& fileName, bool isResource = false); wxSound(int size, const wxByte* data); - ~wxSound(); + virtual ~wxSound(); public: // Create from resource or file