X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925e9792d32e353233985f53a4845f154e455a58..34a4e912864bfac6c4f27a405a199bb516468cf1:/samples/xrc/derivdlg.h diff --git a/samples/xrc/derivdlg.h b/samples/xrc/derivdlg.h index 63df8e8244..e04d5555d2 100644 --- a/samples/xrc/derivdlg.h +++ b/samples/xrc/derivdlg.h @@ -54,7 +54,7 @@ private: // Stuff to do when a "My Checkbox" gets updated // (drawn, or it changes its value) - void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event ); + void OnUpdateUIMyCheckbox( wxUpdateUIEvent &event ); // Override base class functions of a wxDialog. void OnOK( wxCommandEvent &event );