]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/sound.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / cocoa / sound.h
index c85e7d39783f35918b8cc0a52681af9a1b5ad043..d764e8bfeade9ea721b5b6d1caa7b7088dea5bc4 100644 (file)
@@ -29,7 +29,7 @@ public:
     :   m_cocoaNSSound(NULL)
     {   LoadWAV(data,size,true); }
     wxSound(const wxSound& sound); // why not?
-    ~wxSound();
+    virtual ~wxSound();
 
 public:
     bool Create(const wxString& fileName, bool isResource = false);