]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sound.i
typo fix
[wxWidgets.git] / wxPython / src / _sound.i
index 2339bb2cecdbc7c99e404a811635ae14405610d0..f82c444df1c85938dbb06aa11eadf8e5f103a24e 100644 (file)
@@ -24,9 +24,9 @@
 
 enum wxSoundFlags
 {
-    wxSOUND_SYNC   = 0,
-    wxSOUND_ASYNC  = 1,
-    wxSOUND_LOOP   = 2
+    wxSOUND_SYNC,
+    wxSOUND_ASYNC,
+    wxSOUND_LOOP
 };
 
 
@@ -71,6 +71,10 @@ public:
 
 
 
+MustHaveApp(wxSound);
+MustHaveApp(wxSound::Play);
+MustHaveApp(wxSound::Stop);
+
 class wxSound /*: public wxObject*/
 {
 public: