/////////////////////////////////////////////////////////////////////////////
-// Name: wave.h
+// Name: sound.h
// Purpose: wxSound class
// Author: Julian Smart, Vaclav Slavik
// Modified by:
#include "wx/defs.h"
-#if wxUSE_WAVE
+#if wxUSE_SOUND
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "sound.h"
static void UnloadBackend();
protected:
- bool DoPlay(unsigned flags);
+ bool DoPlay(unsigned flags) const;
static void EnsureBackend();
void Free();
};
-#endif // wxUSE_WAVE
+#endif // wxUSE_SOUND
#endif