From d1a86313635020167c549ae0850728f09aba4704 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 20 Jan 2002 16:10:45 +0000 Subject: [PATCH] added new constructor for wxpython git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/wave.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.45.2