summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qpid-perftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/qpid-perftest.cpp')
-rw-r--r--cpp/src/tests/qpid-perftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid-perftest.cpp b/cpp/src/tests/qpid-perftest.cpp
index 1ca12a726d..3aff742c62 100644
--- a/cpp/src/tests/qpid-perftest.cpp
+++ b/cpp/src/tests/qpid-perftest.cpp
@@ -396,7 +396,7 @@ struct Controller : public Client {
void run() { // Controller
try {
// Wait for subscribers to be ready.
- process(opts.totalSubs, fqn("sub_ready"), bind(expect, _1, "ready"));
+ process(opts.totalSubs, fqn("sub_ready"), boost::bind(expect, _1, "ready"));
LocalQueue pubDone;
LocalQueue subDone;