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
@ -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…
Reference in New Issue
Block a user