]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_wave.i
Oops
[wxWidgets.git] / wxPython / src / _wave.i
index cb4ba5232fd695cedbe8555f8ada291895edccb7..acf94593a6e4d1ce871b289b76266a99ce450df9 100644 (file)
@@ -63,7 +63,7 @@ public:
     ~wxWave();
 
     bool  IsOk() const;
     ~wxWave();
 
     bool  IsOk() const;
-    bool  Play(bool async = True, bool looped = False) const;
+    bool  Play(bool async = True, bool looped = False);
 
     %pythoncode { def __nonzero__(self): return self.IsOk() }
 };
 
     %pythoncode { def __nonzero__(self): return self.IsOk() }
 };