summaryrefslogtreecommitdiffstats
path: root/client/red_channel.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-17 10:15:15 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 20:27:32 +0200
commitee91ed475dc5b9ea8f5ee05faa3dd153306e3471 (patch)
treeadfd3b9086bb875db3d3748c4ab88c8977e17ff5 /client/red_channel.h
parent13026676627887a7d85abb49a0468150ac75ebe6 (diff)
downloadspice-ee91ed475dc5b9ea8f5ee05faa3dd153306e3471.tar.gz
spice-ee91ed475dc5b9ea8f5ee05faa3dd153306e3471.tar.xz
spice-ee91ed475dc5b9ea8f5ee05faa3dd153306e3471.zip
Switch client to use generated marshallers
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)
{
}