summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r--cpp/src/qpid/cluster/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h
index 648ec1a1d0..6eac1453ac 100644
--- a/cpp/src/qpid/cluster/Connection.h
+++ b/cpp/src/qpid/cluster/Connection.h
@@ -61,7 +61,7 @@ class Connection :
// self-delivery of intercepted extension points.
void deliver(framing::AMQFrame& f);
void deliverClose();
- void deliverDoOutput(size_t requested);
+ void deliverDoOutput(uint32_t requested);
void codecDeleted();