X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b409bb30c79d6441e74a59a33d63e643e4532dea..83cbb9e995edca4f729aab005df43f23be8f3261:/wxPython/src/_sound.i 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