openbsd-ports/www/chromium/patches/patch-remoting_base_compound_buffer_h
2011-03-15 11:38:05 +00:00

13 lines
507 B
Plaintext

$OpenBSD: patch-remoting_base_compound_buffer_h,v 1.2 2011/03/15 11:38:05 robert Exp $
--- remoting/base/compound_buffer.h.orig Fri Mar 11 10:01:06 2011
+++ remoting/base/compound_buffer.h Mon Mar 14 10:55:37 2011
@@ -111,7 +111,7 @@ class CompoundBufferInputStream
virtual bool Next(const void** data, int* size);
virtual void BackUp(int count);
virtual bool Skip(int count);
- virtual int64 ByteCount() const;
+ virtual int64_t ByteCount() const;
private:
const CompoundBuffer* buffer_;