X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e725ba4fc2984f86fc64c405ecb50883e2178e6e..7112cdd1f3c4730391cf0a562f4d7dcee8676f07:/interface/wx/sound.h diff --git a/interface/wx/sound.h b/interface/wx/sound.h index 5d38e6c5a0..def7b84b55 100644 --- a/interface/wx/sound.h +++ b/interface/wx/sound.h @@ -3,7 +3,7 @@ // Purpose: interface of wxSound // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -16,7 +16,7 @@ Open Sound System or Simple DirectMedia Layer). @library{wxadv} - @category{misc} + @category{media} */ class wxSound : public wxObject { @@ -64,7 +64,7 @@ public: 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(); //@{ /**