X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d04a9fdfe2fae53a4a633db465eb8b379bbd974d..1dc39a1fb565cbdc90f8537599551a3556efce8a:/src/common/module.cpp diff --git a/src/common/module.cpp b/src/common/module.cpp index 230b8aa577..4f61711b48 100644 --- a/src/common/module.cpp +++ b/src/common/module.cpp @@ -26,7 +26,7 @@ #include "wx/listimpl.cpp" -#define TRACE_MODULE _T("module") +#define TRACE_MODULE wxT("module") WX_DEFINE_LIST(wxModuleList) @@ -192,7 +192,7 @@ void wxModule::DoCleanUpModules(const wxModuleList& modules) wxModule * module = node->GetData(); wxASSERT_MSG( module->m_state == State_Initialized, - _T("not initialized module being cleaned up") ); + wxT("not initialized module being cleaned up") ); module->Exit(); module->m_state = State_Registered;