made wxStringInputStream::GetSize() public instead of protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
121fa06ab6
commit
ba670bae4e
1 changed files with 2 additions and 1 deletions
|
|
@ -31,8 +31,9 @@ public:
|
|||
m_pos = 0;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual size_t GetSize() const { return m_str.length(); }
|
||||
|
||||
protected:
|
||||
virtual off_t OnSysSeek(off_t ofs, wxSeekMode mode);
|
||||
virtual off_t OnSysTell() const;
|
||||
virtual size_t OnSysRead(void *buffer, size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue