From 52f1f72876c0e3270acd5623dfcba70f0fc26c4d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 9 May 2007 00:36:40 +0000 Subject: [PATCH] Need the sound flags for the !wxUSE_SOUND case too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_sound.i | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: