projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c1de7
)
added new constructor for wxpython
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:10:45 +0000
(16:10 +0000)
committer
Stefan Csomor
<csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:10:45 +0000
(16:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/mac/wave.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/mac/wave.h
b/include/wx/mac/wave.h
index 4dee42630097771740c973cd2e38f6024f572837..0f30137a644d0068b2f1ca06bc68db790161d1fe 100644
(file)
--- 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: