]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
Applied patch 606235 (Cell overflow refresh fixed).
[wxWidgets.git] / samples / thread / thread.cpp
index 161df995ff21fc711cc7d5bb88fa1fdc4d498838..db09e0b8a1eeea3fafb321f718eaa0312578547a 100644 (file)
@@ -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