X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffc45b6793d7dfaed424da8950bf6116a8435d11..dc1f566f6ac9e15f08730ad9a0ec17fef44e9468:/samples/thread/thread.cpp diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index 161df995ff..db09e0b8a1 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -223,7 +223,7 @@ void *MyThread::Entry() { wxString text; - text.Printf(wxT("Thread 0x%x started (priority = %d).\n"), + text.Printf(wxT("Thread 0x%x started (priority = %u).\n"), GetId(), GetPriority()); WriteText(text); // wxLogMessage(text); -- test wxLog thread safeness