X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/containr.h diff --git a/include/wx/containr.h b/include/wx/containr.h index d4648b841a..594af01367 100644 --- a/include/wx/containr.h +++ b/include/wx/containr.h @@ -49,7 +49,7 @@ public: void SetContainerWindow(wxWindow *winParent) { - wxASSERT_MSG( !m_winParent, _T("shouldn't be called twice") ); + wxASSERT_MSG( !m_winParent, wxT("shouldn't be called twice") ); m_winParent = winParent; }