// Purpose: interface of wxSound
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Open Sound System or Simple DirectMedia Layer).
@library{wxadv}
- @category{misc}
+ @category{media}
*/
class wxSound : public wxObject
{
Returns @true if a sound is played at the moment.
This method is currently not implemented under Windows.
*/
- static bool IsPlaying() const;
+ static bool IsPlaying();
//@{
/**