diff options
Diffstat (limited to 'compiler/buffered_output_stream.h')
-rw-r--r-- | compiler/buffered_output_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/buffered_output_stream.h b/compiler/buffered_output_stream.h index 7d874fbc5c..75a3f24c70 100644 --- a/compiler/buffered_output_stream.h +++ b/compiler/buffered_output_stream.h @@ -31,7 +31,7 @@ class BufferedOutputStream : public OutputStream { delete out_; } - virtual bool WriteFully(const void* buffer, int64_t byte_count); + virtual bool WriteFully(const void* buffer, size_t byte_count); virtual off_t Seek(off_t offset, Whence whence); |