X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..a85585d595c8409fa5e51a28e60fa49428440d5e:/samples/nativdlg/nativdlg.h diff --git a/samples/nativdlg/nativdlg.h b/samples/nativdlg/nativdlg.h index 25688ea5fc..87d1148895 100644 --- a/samples/nativdlg/nativdlg.h +++ b/samples/nativdlg/nativdlg.h @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -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);