From: Stefan Csomor Date: Sun, 20 Jan 2002 16:10:45 +0000 (+0000) Subject: added new constructor for wxpython X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1a86313635020167c549ae0850728f09aba4704?ds=inline added new constructor for wxpython git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/wave.h b/include/wx/mac/wave.h index 4dee426300..0f30137a64 100644 --- a/include/wx/mac/wave.h +++ b/include/wx/mac/wave.h @@ -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: