X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/457814b5aa2ee5c83abc65a6aee2a3ebcb1af34f..e27ce4e910f99ab572a609b7d560abf56440f81d:/samples/docview/docview.h diff --git a/samples/docview/docview.h b/samples/docview/docview.h index b48e4de09c..fb9201406f 100644 --- a/samples/docview/docview.h +++ b/samples/docview/docview.h @@ -47,7 +47,7 @@ class MyFrame: public wxDocParentFrame // This pointer only needed if in single window mode MyCanvas *canvas; - MyFrame(wxDocManager *manager, wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size, + MyFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, const long type); void OnAbout(wxCommandEvent& event);