X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/339cfab649b54f6f3c8f5637ede885cf11f85501..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/gdiimage.h diff --git a/include/wx/palmos/gdiimage.h b/include/wx/palmos/gdiimage.h index db0d112c37..43edb57a0c 100644 --- a/include/wx/palmos/gdiimage.h +++ b/include/wx/palmos/gdiimage.h @@ -180,7 +180,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; }