]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/sound.h
use wxSizerFlags and updated CreateButtonSizer() in all generic dialogs
[wxWidgets.git] / include / wx / unix / sound.h
index 2ebb2e53c606040136609b1032f1fe2decfb8552..9e6fa7501a16ecc534f653979643b9177ab1423f 100644 (file)
 
 #if wxUSE_SOUND
 
 
 #if wxUSE_SOUND
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "sound.h"
-#endif
-
 #include "wx/object.h"
 
 // ----------------------------------------------------------------------------
 #include "wx/object.h"
 
 // ----------------------------------------------------------------------------
@@ -65,7 +61,7 @@ public:
     wxSound();
     wxSound(const wxString& fileName, bool isResource = false);
     wxSound(int size, const wxByte* data);
     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);
 
     // Create from resource or file
     bool Create(const wxString& fileName, bool isResource = false);