]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Attempting to check in this wretched cursor again. Also added SetAcceleratorTable
[wxWidgets.git] / samples / controls / controls.cpp
index 663f1b4c9591a165d30548c71b6bde05ecc996b0..a6fa25ad15ef454f5b4799a24cc5df7cc4c5edae 100644 (file)
@@ -372,7 +372,7 @@ END_EVENT_TABLE()
 MyFrame::MyFrame(wxFrame *frame, char *title, int x, int y, int w, int h):
   wxFrame(frame, -1, title, wxPoint(x, y), wxSize(w, h))
 {
-  (void*) new MyPanel( this, 10, 10, 300, 100 );
+  (void)new MyPanel( this, 10, 10, 300, 100 );
 }
 
 void MyFrame::OnQuit (wxCommandEvent& WXUNUSED(event) )