X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..b35549525f2a8dd584fdda158829e8406da0541e:/src/palmos/caret.cpp 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