git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9052
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void ActivateView(wxView *view, bool activate = TRUE, bool deleting = FALSE);
virtual wxView *GetCurrentView() const;
virtual void ActivateView(wxView *view, bool activate = TRUE, bool deleting = FALSE);
virtual wxView *GetCurrentView() const;
- virtual wxList& GetDocuments() const { return (wxList&) m_docs; }
+ wxList& GetDocuments() { return m_docs; }
+ wxList& GetTemplates() { return m_templates; }
// Make a default document name
virtual bool MakeDefaultName(wxString& buf);
// Make a default document name
virtual bool MakeDefaultName(wxString& buf);