X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/339cfab649b54f6f3c8f5637ede885cf11f85501..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/include/wx/os2/gdiimage.h diff --git a/include/wx/os2/gdiimage.h b/include/wx/os2/gdiimage.h index 7d96b89e9f..293b9147cd 100644 --- a/include/wx/os2/gdiimage.h +++ b/include/wx/os2/gdiimage.h @@ -241,7 +241,7 @@ protected: virtual wxGDIRefData * CloneGDIRefData(const wxGDIRefData *WXUNUSED(data)) const { - wxFAIL_MSG( _T("must be implemented if used") ); + wxFAIL_MSG( wxT("must be implemented if used") ); return NULL; }