]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sound.i
Fixed multiline static texts
[wxWidgets.git] / wxPython / src / _sound.i
index c91c6a91eb6a2d2e0832fc1d21fc79d3abf7f630..8e938e3824d9ff124ae020530513db7b0193b731 100644 (file)
@@ -96,6 +96,7 @@ public:
             PyErr_SetString(PyExc_NotImplementedError,
                             "Create from data  is not available on this platform.");
             wxPyEndBlockThreads();
+            return False;
         }
     }
 #endif
@@ -112,7 +113,8 @@ public:
     static void Stop();
 #else
     %extend {
-        static void Stop() {}
+        static void Stop()
+            { wxPyRaiseNotImplemented(); }
     }
 #endif