]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/sound.h
adding defaults as wxDC did
[wxWidgets.git] / include / wx / palmos / sound.h
index 71067963238d0e0ef7e282566fe3a04948d077f9..9322b2031d868e4c79f1d477781158063a7d4e78 100644 (file)
@@ -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