]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/sound.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / palmos / sound.h
index 3ec4f6447e512a4221b724740fc66b1d2b0b8a03..9322b2031d868e4c79f1d477781158063a7d4e78 100644 (file)
 #ifndef _WX_SOUND_H_
 #define _WX_SOUND_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "sound.h"
-#endif
-
 #if wxUSE_SOUND
 
 #include "wx/object.h"
@@ -26,7 +22,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
@@ -48,7 +44,7 @@ private:
   int   m_waveLength;
   bool  m_isResource;
 
-    DECLARE_NO_COPY_CLASS(wxSound)
+    wxDECLARE_NO_COPY_CLASS(wxSound);
 };
 #endif
 #endif