diff options
Diffstat (limited to 'src/connection.h')
-rw-r--r-- | src/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.h b/src/connection.h index 570bc92ab..dc61394fa 100644 --- a/src/connection.h +++ b/src/connection.h @@ -430,7 +430,7 @@ struct ConnectionEvent { enum ConnectionEventType type; u16 peer_id; - SharedBuffer<u8> data; + Buffer<u8> data; bool timeout; Address address; @@ -489,7 +489,7 @@ struct ConnectionCommand Address address; u16 peer_id; u8 channelnum; - SharedBuffer<u8> data; + Buffer<u8> data; bool reliable; ConnectionCommand(): type(CONNCMD_NONE) {} |