From 62b8502b43a55ea9409ad7386e81afd4a9c238ec Mon Sep 17 00:00:00 2001
From: "Unknown (UG)" <nobody@localhost>
Date: Sun, 25 Oct 1998 16:31:41 +0000
Subject: [PATCH 1/1] no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 samples/thread/test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/thread/test.cpp b/samples/thread/test.cpp
index 2540e996cd..279a3d98b1 100644
--- a/samples/thread/test.cpp
+++ b/samples/thread/test.cpp
@@ -178,7 +178,7 @@ void MyFrame::OnPauseThread(wxCommandEvent& WXUNUSED(event) )
 
 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event) )
 {
-  uint i;
+  unsigned int i;
   for (i=0;i<m_threads.Count();i++)
     delete (m_threads[i]);
   Close(TRUE);
-- 
2.47.2