]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_wave.i
More adjustments to aliases
[wxWidgets.git] / wxPython / src / _wave.i
index acf94593a6e4d1ce871b289b76266a99ce450df9..a55857dc3b2d4a66c5975f10d6ced07ee2157fba 100644 (file)
@@ -30,12 +30,14 @@ class wxWave : public wxObject
 public:
     wxWave(const wxString& fileName, bool isResource = False) {
         wxPyBeginBlockThreads();
-        PyErr_SetString(PyExc_NotImplementedError, "wxWave is not available on this platform.");
+        PyErr_SetString(PyExc_NotImplementedError,
+                        "wxWave is not available on this platform.");
         wxPyEndBlockThreads();
     }
     wxWave(int size, const wxByte* data) {
         wxPyBeginBlockThreads();
-        PyErr_SetString(PyExc_NotImplementedError, "wxWave is not available on this platform.");
+        PyErr_SetString(PyExc_NotImplementedError,
+                        "wxWave is not available on this platform.");
         wxPyEndBlockThreads();
     }