X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..08a092f9f4de6c80a2d43d4072c379ac84e6cc2f:/samples/nativdlg/nativdlg.h diff --git a/samples/nativdlg/nativdlg.h b/samples/nativdlg/nativdlg.h index 25688ea5fc..5bc20575c2 100644 --- a/samples/nativdlg/nativdlg.h +++ b/samples/nativdlg/nativdlg.h @@ -26,7 +26,6 @@ class MyFrame: public wxFrame public: wxWindow *panel; MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size); - bool OnClose(void); void OnQuit(wxCommandEvent& event); void OnTest1(wxCommandEvent& event);