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
This commit is contained in:
Robin Dunn
2007-05-09 00:36:40 +00:00
parent 8e5daaa57c
commit 52f1f72876

View File

@@ -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: