Make SaveFile and LoadFile virtual so they can be overridden
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -1762,8 +1762,8 @@ public:
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if wxUSE_FFILE && wxUSE_STREAMS
 | 
					#if wxUSE_FFILE && wxUSE_STREAMS
 | 
				
			||||||
    bool LoadFile(wxRichTextBuffer *buffer, const wxString& filename);
 | 
					    virtual bool LoadFile(wxRichTextBuffer *buffer, const wxString& filename);
 | 
				
			||||||
    bool SaveFile(wxRichTextBuffer *buffer, const wxString& filename);
 | 
					    virtual bool SaveFile(wxRichTextBuffer *buffer, const wxString& filename);
 | 
				
			||||||
#endif // wxUSE_STREAMS && wxUSE_STREAMS
 | 
					#endif // wxUSE_STREAMS && wxUSE_STREAMS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// Can we handle this filename (if using files)? By default, checks the extension.
 | 
					    /// Can we handle this filename (if using files)? By default, checks the extension.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user