X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a2534df0492d08e808224648cad814ba21ba80d..0cc1991e2a3ae8df8f716d5a9bf1a59e2a17d0b3:/include/wx/module.h diff --git a/include/wx/module.h b/include/wx/module.h index c620974f52..652edead22 100644 --- a/include/wx/module.h +++ b/include/wx/module.h @@ -69,7 +69,7 @@ protected: // after that void AddDependency(wxClassInfo *dep) { - wxCHECK_RET( dep, _T("NULL module dependency") ); + wxCHECK_RET( dep, wxT("NULL module dependency") ); m_dependencies.Add(dep); }