X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a2534df0492d08e808224648cad814ba21ba80d..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/module.h diff --git a/include/wx/module.h b/include/wx/module.h index c620974f52..96600b76ca 100644 --- a/include/wx/module.h +++ b/include/wx/module.h @@ -4,7 +4,6 @@ // Author: Wolfram Gloger/adapted by Guilhem Lavaux // Modified by: // Created: 04/11/98 -// RCS-ID: $Id$ // Copyright: (c) Wolfram Gloger and Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -69,7 +68,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); }