]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Sun, 25 Oct 1998 16:31:41 +0000 (16:31 +0000)
committerUnknown (UG) <nobody@localhost>
Sun, 25 Oct 1998 16:31:41 +0000 (16:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/thread/test.cpp

index 2540e996cda54a76859f9d3f4d7d4d640edc3ecc..279a3d98b1bfc2113d67e7c0731c36e9cb5012f5 100644 (file)
@@ -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);