projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git]
/
wxPython
/
src
/
mac
/
misc_wrap.cpp
diff --git
a/wxPython/src/mac/misc_wrap.cpp
b/wxPython/src/mac/misc_wrap.cpp
index bf5a8c27be4d913d9ecb6edc55319c1dd7f408fe..2df44bb2a9a66e3a028b55e8447b71bb8572649f 100644
(file)
--- a/
wxPython/src/mac/misc_wrap.cpp
+++ b/
wxPython/src/mac/misc_wrap.cpp
@@
-717,6
+717,7
@@
bool wxSound_Create__SWIG_1(wxSound *self,int size,wxByte const *data){
PyErr_SetString(PyExc_NotImplementedError,
"Create from data is not available on this platform.");
wxPyEndBlockThreads();
+ return False;
}
void Sound_Stop(){}