X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6a158b04e7784dc30ad8fc043eb94ae71c19e4f..3d7e30a4186cc3379c3b21040712181a3c6d0b3b:/samples/thread/test.cpp diff --git a/samples/thread/test.cpp b/samples/thread/test.cpp index fac0311c97..279a3d98b1 100644 --- a/samples/thread/test.cpp +++ b/samples/thread/test.cpp @@ -117,7 +117,7 @@ IMPLEMENT_APP (MyApp) bool MyApp::OnInit(void) { // Create the main frame window - MyFrame *frame = new MyFrame(NULL, "Minimal wxWindows App", 50, 50, 450, 340); + MyFrame *frame = new MyFrame((wxFrame *) NULL, (char *) "Minimal wxWindows App", 50, 50, 450, 340); // Make a menubar wxMenu *file_menu = new wxMenu; @@ -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