]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wave.h
compilation fix for tooltip patch code applied by Julian and w32api
[wxWidgets.git] / include / wx / msw / wave.h
index 12807e7e20016bfda8eb30e69314dd4e918f0608..af07fc412cfb86713efdb17d415f5ab86523266b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_WAVE_H_
 #define _WX_WAVE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "wave.h"
 #endif
 
@@ -20,7 +20,7 @@
 
 #include "wx/object.h"
 
-class WXDLLEXPORT wxWave : public wxObject
+class WXDLLIMPEXP_ADV wxWave : public wxObject
 {
 public:
   wxWave();
@@ -44,6 +44,8 @@ private:
   wxByte* m_waveData;
   int   m_waveLength;
   bool  m_isResource;
+
+    DECLARE_NO_COPY_CLASS(wxWave)
 };
 #endif
 #endif