OnSysRead is pure virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
11e5ed4f1b
commit
ed3aceb08c
@ -680,7 +680,7 @@ protected:
|
||||
reached or an error occurred (in this last case the internal @c m_lasterror
|
||||
variable should be set accordingly as well).
|
||||
*/
|
||||
size_t OnSysRead(void* buffer, size_t bufsize);
|
||||
size_t OnSysRead(void* buffer, size_t bufsize) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user