X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ReaderInput.h;fp=ReaderInput.h;h=ef4389846a44eac0c93fecc5c2533858f99e7873;hb=452a5cac6fb70be0d5be5a679f40d7edeba6f415;hp=c16426e5747b8042c108233da77695d597c3cf65;hpb=18463fef6e30ad67e56c99d85ace7639beb7e5d0;p=ecparse.git 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; };