]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sound.i
Fixed multiline static texts
[wxWidgets.git] / wxPython / src / _sound.i
index f00622cb770a16437b8f901d995fd6ec33f633c0..8e938e3824d9ff124ae020530513db7b0193b731 100644 (file)
@@ -113,7 +113,8 @@ public:
     static void Stop();
 #else
     %extend {
-        static void Stop() {}
+        static void Stop()
+            { wxPyRaiseNotImplemented(); }
     }
 #endif