X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..cc26010927f5bb12825a32487949d063e6c605fc:/src/palmos/caret.cpp?ds=sidebyside diff --git a/src/palmos/caret.cpp b/src/palmos/caret.cpp index 23d174ff04..5f5615cd60 100644 --- a/src/palmos/caret.cpp +++ b/src/palmos/caret.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "caret.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -45,7 +41,7 @@ #define CALL_CARET_API(api, args) \ if ( !api args ) \ - wxLogLastError(_T(#api)) + wxLogLastError(wxT(#api)) // =========================================================================== // implementation