diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index bed230c51c..8bd1d79abd 100644 --- a/wxPython/src/_sound.i +++ b/wxPython/src/_sound.i @@ -33,7 +33,15 @@ enum wxSoundFlags %{ #if !wxUSE_SOUND -// A C++ stub class for wxWave for platforms that don't have it. +// A C++ stub class for wxSound for platforms that don't have it. + +enum wxSoundFlags +{ + wxSOUND_SYNC, + wxSOUND_ASYNC, + wxSOUND_LOOP +}; + class wxSound : public wxObject { public: