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:
Robin Dunn 2011-11-24 01:38:08 +00:00
parent 11e5ed4f1b
commit ed3aceb08c

View File

@ -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;
};