X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..66f2aa61c3c7bc326f3287739eded70ca61f775d:/include/wx/sound.h diff --git a/include/wx/sound.h b/include/wx/sound.h index 380baf2f1d..ef473443f7 100644 --- a/include/wx/sound.h +++ b/include/wx/sound.h @@ -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); }