From 05b6583dc0d080d6bc5a0cca09218bb045090daf Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Sep 2008 01:29:14 +0000 Subject: Fix build error in cluster code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@691456 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Connection.cpp') diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp index b82b4565c3..8faad9d6d5 100644 --- a/cpp/src/qpid/cluster/Connection.cpp +++ b/cpp/src/qpid/cluster/Connection.cpp @@ -86,7 +86,7 @@ void Connection::deliverClose () { // Delivery of doOutput allows us to run the real connection doOutput() // which stocks up the write buffers with data. // -void Connection::deliverDoOutput(size_t requested) { +void Connection::deliverDoOutput(uint32_t requested) { output.deliverDoOutput(requested); } -- cgit v1.2.1