diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index f00622cb77..8e938e3824 100644 --- 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