fixed a compile warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-02-18 02:23:01 +00:00
parent 1f05e33b7d
commit b409bb30c7
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public:
PyErr_SetString(PyExc_NotImplementedError,
"Create from data is not available on this platform.");
wxPyEndBlockThreads();
return False;
}
}
#endif

View File

@ -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(){}