added new constructor for wxpython

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-01-20 16:10:45 +00:00
parent f7c1de78f2
commit d1a8631363

View File

@ -19,11 +19,12 @@
#include "wx/object.h"
class wxWave : public wxObject
class WXDLLEXPORT wxWave : public wxObject
{
public:
wxWave();
wxWave(const wxString& fileName, bool isResource = FALSE);
wxWave(int size, const wxByte* data);
~wxWave();
public: