access-specifier fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -949,16 +949,6 @@ public:
|
||||
*/
|
||||
virtual bool CanSave() const;
|
||||
|
||||
/**
|
||||
Override to load content from @a stream into @a buffer.
|
||||
*/
|
||||
bool DoLoadFile(wxRichTextBuffer* buffer, wxInputStream& stream);
|
||||
|
||||
/**
|
||||
Override to save content to @a stream from @a buffer.
|
||||
*/
|
||||
bool DoSaveFile(wxRichTextBuffer* buffer, wxOutputStream& stream);
|
||||
|
||||
/**
|
||||
Returns the encoding associated with the handler (if any).
|
||||
*/
|
||||
@@ -1048,6 +1038,17 @@ public:
|
||||
load and save dialogs).
|
||||
*/
|
||||
virtual void SetVisible(bool visible);
|
||||
|
||||
protected:
|
||||
/**
|
||||
Override to load content from @a stream into @a buffer.
|
||||
*/
|
||||
bool DoLoadFile(wxRichTextBuffer* buffer, wxInputStream& stream);
|
||||
|
||||
/**
|
||||
Override to save content to @a stream from @a buffer.
|
||||
*/
|
||||
bool DoSaveFile(wxRichTextBuffer* buffer, wxOutputStream& stream);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user