X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/339cfab649b54f6f3c8f5637ede885cf11f85501..907ea7d5cc64befac486b269b3ab5b87dfc246d5:/include/wx/palmos/gdiimage.h?ds=sidebyside 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; }