]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/sound.h
Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a
[wxWidgets.git] / include / wx / unix / sound.h
index 41fc0582a467b2be9f02c51ce787d15eaa796e7f..9e6fa7501a16ecc534f653979643b9177ab1423f 100644 (file)
@@ -61,7 +61,7 @@ public:
     wxSound();
     wxSound(const wxString& fileName, bool isResource = false);
     wxSound(int size, const wxByte* data);
-    ~wxSound();
+    virtual ~wxSound();
 
     // Create from resource or file
     bool Create(const wxString& fileName, bool isResource = false);