summaryrefslogtreecommitdiffstats
path: root/client/red_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_channel.h')
-rw-r--r--client/red_channel.h4
1 files changed, 2 insertions, 2 deletions
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)
{
}