X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d7b3f69f2b8ab29b3cb8ceb6e2923018cf96562..b00403b401b75f95b6984cf5d0f6d71492f0a1f9:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 4bdefdba20..60703f48c9 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -201,7 +201,7 @@ void wxListBase::DoCopy(const wxListBase& list) } } - wxASSERT_MSG( m_count == list.m_count, _T("logic error in wxList::DoCopy") ); + wxASSERT_MSG( m_count == list.m_count, wxT("logic error in wxList::DoCopy") ); } wxListBase::~wxListBase()