]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/test.cpp
minValue and maxValue are interpreted correctly in SetRange() (were inversed)
[wxWidgets.git] / 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);