Applied: wxDocument: Adding an asterix to the title

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-24 13:49:01 +00:00
parent e558f9533e
commit 250ab35a3b
2 changed files with 19 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ public:
virtual bool Draw(wxDC&);
virtual bool IsModified() const { return m_documentModified; }
virtual void Modify(bool mod) { m_documentModified = mod; }
virtual void Modify(bool mod);
virtual bool AddView(wxView *view);
virtual bool RemoveView(wxView *view);