X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d5b7a0be4977b291d37d582717d99d7afd24f33..19e30148e18cc99296b26503c155e5cef59045f4:/samples/resource/resource.h?ds=inline diff --git a/samples/resource/resource.h b/samples/resource/resource.h index 714d982ffd..5ffccc779d 100644 --- a/samples/resource/resource.h +++ b/samples/resource/resource.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -40,7 +40,6 @@ class MyFrame: public wxFrame public: MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size); - bool OnClose(); void OnQuit(wxCommandEvent& event); void OnAbout(wxCommandEvent& event); void OnTestDialog(wxCommandEvent& event);