aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/cx_channel_hopper_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/receiver/cx_channel_hopper_impl.cc')
-rw-r--r--lib/receiver/cx_channel_hopper_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/receiver/cx_channel_hopper_impl.cc b/lib/receiver/cx_channel_hopper_impl.cc
index e5be27a..4d19818 100644
--- a/lib/receiver/cx_channel_hopper_impl.cc
+++ b/lib/receiver/cx_channel_hopper_impl.cc
@@ -71,7 +71,7 @@ namespace gr {
}
message_port_register_in(pmt::mp("CX"));
- set_msg_handler(pmt::mp("CX"), boost::bind(&cx_channel_hopper_impl::assemble_bursts, this, _1));
+ set_msg_handler(pmt::mp("CX"), boost::bind(&cx_channel_hopper_impl::assemble_bursts, this, boost::placeholders::_1));
message_port_register_out(pmt::mp("bursts"));
}