X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d1df0fc585f03cca4b194d1f9159b49a5711da6..f92099657f465d782a8e32444d59f8ebdbdce182:/samples/docview/docview.h diff --git a/samples/docview/docview.h b/samples/docview/docview.h index 81357a0a30..0c7708c24b 100644 --- a/samples/docview/docview.h +++ b/samples/docview/docview.h @@ -7,7 +7,7 @@ // RCS-ID: $Id$ // Copyright: (c) 1998 Julian Smart // (c) 2008 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SAMPLES_DOCVIEW_DOCVIEW_H_ @@ -44,7 +44,7 @@ public: // our specific methods Mode GetMode() const { return m_mode; } - wxFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas); + wxFrame *CreateChildFrame(wxView *view, bool isCanvas); // these accessors should only be called in single document mode, otherwise // the pointers are NULL and an assert is triggered @@ -80,7 +80,7 @@ private: wxMenu *m_menuEdit; DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(MyApp) + wxDECLARE_NO_COPY_CLASS(MyApp); }; DECLARE_APP(MyApp)