projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d37ab
)
Use wxPyRaiseNotImplemented
author
Robin Dunn
<robin@alldunn.com>
Tue, 9 Mar 2004 22:03:33 +0000
(22:03 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Tue, 9 Mar 2004 22:03:33 +0000
(22:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26150
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/src/_sound.i
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/_sound.i
b/wxPython/src/_sound.i
index f00622cb770a16437b8f901d995fd6ec33f633c0..8e938e3824d9ff124ae020530513db7b0193b731 100644
(file)
--- a/
wxPython/src/_sound.i
+++ b/
wxPython/src/_sound.i
@@
-113,7
+113,8
@@
public:
static void Stop();
#else
%extend {
- static void Stop() {}
+ static void Stop()
+ { wxPyRaiseNotImplemented(); }
}
#endif