From ee91ed475dc5b9ea8f5ee05faa3dd153306e3471 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 17 Jun 2010 10:15:15 +0200 Subject: Switch client to use generated marshallers --- client/red_channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/red_channel.h') diff --git a/client/red_channel.h b/client/red_channel.h index 8d6b62f4..a9d3ee54 100644 --- a/client/red_channel.h +++ b/client/red_channel.h @@ -212,9 +212,9 @@ public: class Message: public RedChannel::OutMessage, public RedPeer::OutMessage { public: - Message(uint32_t type, uint32_t size) + Message(uint32_t type) : RedChannel::OutMessage() - , RedPeer::OutMessage(type, size) + , RedPeer::OutMessage(type) { } -- cgit