]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sound.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / interface / wx / sound.h
index 5d38e6c5a0c857cf77c46e6060e6304e6e78fce3..862f93289d435300f97f8599b87fefbdba457989 100644 (file)
@@ -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();
 
     //@{
     /**