X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968eb2ef396c78442ffea7a2463f3777ca6d1632..51ad652fa2a9f46f2c3fc9b23610fdcbe8d57ffe:/include/wx/unix/sound.h?ds=sidebyside

diff --git a/include/wx/unix/sound.h b/include/wx/unix/sound.h
index 2ebb2e53c6..9e6fa7501a 100644
--- a/include/wx/unix/sound.h
+++ b/include/wx/unix/sound.h
@@ -16,10 +16,6 @@
 
 #if wxUSE_SOUND
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "sound.h"
-#endif
-
 #include "wx/object.h"
 
 // ----------------------------------------------------------------------------
@@ -65,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);