X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39b61aa3eb950489f880fbe2024d3b5bc82a11f5..c05fe841469a3b3db7c7d96eeccaadb9d09dd1a8:/include/wx/sound.h diff --git a/include/wx/sound.h b/include/wx/sound.h index a0c780488f..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); } @@ -60,7 +60,7 @@ protected: #elif defined(__WXCOCOA__) #include "wx/cocoa/sound.h" #elif defined(__WXMAC__) - #include "wx/mac/sound.h" + #include "wx/osx/sound.h" #elif defined(__WXPM__) #include "wx/os2/sound.h" #elif defined(__UNIX__)