No changes, just simplify docview sample a bit.
Remove some unnecessary function arguments and m_frame member variable. Closes #12374. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user