summary refs log tree commit diff stats
path: root/include/io/channel-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/io/channel-buffer.h')
-rw-r--r--include/io/channel-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/channel-buffer.h b/include/io/channel-buffer.h
index 91a52b3373..65c498b2c2 100644
--- a/include/io/channel-buffer.h
+++ b/include/io/channel-buffer.h
@@ -42,7 +42,7 @@ struct QIOChannelBuffer {
     size_t capacity; /* Total allocated memory */
     size_t usage;    /* Current size of data */
     size_t offset;   /* Offset for future I/O ops */
-    char *data;
+    uint8_t *data;
 };