X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25b34b267ec6878c04add03e874986673fa0f19f..003cf4efd2ff8938a067b17abbe1ab17b37c38b5:/src/unix/threadpsx.cpp?ds=inline diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index b2f70b8bc6..ff291daa3f 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -34,11 +34,10 @@ #include "wx/log.h" #include "wx/utils.h" #include "wx/timer.h" + #include "wx/stopwatch.h" + #include "wx/module.h" #endif -#include "wx/module.h" -#include "wx/stopwatch.h" - #include #include #include @@ -1702,7 +1701,7 @@ static void ScheduleThreadForDeletion() wxLogTrace(TRACE_THREADS, _T("%lu thread%s waiting to be deleted"), (unsigned long)gs_nThreadsBeingDeleted, - gs_nThreadsBeingDeleted == 1 ? "" : "s"); + gs_nThreadsBeingDeleted == 1 ? _T("") : _T("s")); } static void DeleteThread(wxThread *This)