renamed wxWave to wxSound

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-02-02 14:12:12 +00:00
parent 315ebf688c
commit dff1fa9bf5
4 changed files with 4 additions and 4 deletions

View File

@@ -694,7 +694,7 @@ public:
#include <wx/wave.h>
#if !wxUSE_WAVE
#if !wxUSE_SOUND
// A C++ stub class for wxWave for platforms that don't have it.
class wxWave : public wxObject
{