X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=ReaderInput.h;h=ef4389846a44eac0c93fecc5c2533858f99e7873;hp=c16426e5747b8042c108233da77695d597c3cf65;hb=HEAD;hpb=c58ce13db33c45a3e321edabe3bda12f45829482 diff --git a/ReaderInput.h b/ReaderInput.h index c16426e..ef43898 100644 --- a/ReaderInput.h +++ b/ReaderInput.h @@ -11,7 +11,7 @@ class ReaderInput { public: virtual ~ReaderInput(); - virtual int read(void* buffer, size_t length) = 0; + virtual size_t read(void* buffer, size_t length) = 0; virtual bool isEOF() = 0; };