]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sound.h
Update msw files to use the new definitions
[wxWidgets.git] / include / wx / sound.h
index 380baf2f1d7055427f87dbb955ff0400e639e12f..ef473443f748b695a00ec6c689f1bf93e746409b 100644 (file)
@@ -40,7 +40,7 @@ public:
     {
         wxASSERT_MSG( (flags & wxSOUND_LOOP) == 0 ||
                       (flags & wxSOUND_ASYNC) != 0,
-                     _T("sound can only be looped asynchronously") );
+                     wxT("sound can only be looped asynchronously") );
         return DoPlay(flags);
     }