diff options
Diffstat (limited to 'cpp/src/qpid/client/ClientChannel.h')
-rw-r--r-- | cpp/src/qpid/client/ClientChannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ClientChannel.h b/cpp/src/qpid/client/ClientChannel.h index 7f3074ea1b..4faf778d28 100644 --- a/cpp/src/qpid/client/ClientChannel.h +++ b/cpp/src/qpid/client/ClientChannel.h @@ -199,7 +199,8 @@ class Channel : public framing::ChannelAdapter * is received from the broker */ void bind(const Exchange& exchange, const Queue& queue, - const std::string& key, const framing::FieldTable& args, + const std::string& key, + const framing::FieldTable& args=framing::FieldTable(), bool synch = true); /** |