X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..2febffbac706bd984d1c8e96bbc8f27b2343f07d:/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; }