#ifndef _WX_WAVE_H_
#define _WX_WAVE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "wave.h"
#endif
#include "wx/object.h"
-class WXDLLEXPORT wxWave : public wxObject
+class WXDLLIMPEXP_ADV wxWave : public wxObject
{
public:
wxWave();
wxByte* m_waveData;
int m_waveLength;
bool m_isResource;
+
+ DECLARE_NO_COPY_CLASS(wxWave)
};
#endif
#endif