X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/sound.h diff --git a/include/wx/palmos/sound.h b/include/wx/palmos/sound.h index 7106796323..9322b2031d 100644 --- a/include/wx/palmos/sound.h +++ b/include/wx/palmos/sound.h @@ -22,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 @@ -44,7 +44,7 @@ private: int m_waveLength; bool m_isResource; - DECLARE_NO_COPY_CLASS(wxSound) + wxDECLARE_NO_COPY_CLASS(wxSound); }; #endif #endif