]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/sound.h
Add XRC handler for wxToolbook.
[wxWidgets.git] / include / wx / os2 / sound.h
index c5b39444e4e95e22051344f7c8c352f2a78c7ab5..bef454b4609b2325c9dca8091a9d178b70870a26 100644 (file)
@@ -21,7 +21,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
@@ -33,7 +33,7 @@ public:
 
 protected:
   bool  Free();
-  
+
   bool  DoPlay(unsigned flags) const;
 
 private: