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:
parent
f7c1de78f2
commit
d1a8631363
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user