aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decryption/decryption_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/decryption/decryption_impl.cc')
-rw-r--r--lib/decryption/decryption_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decryption/decryption_impl.cc b/lib/decryption/decryption_impl.cc
index 551afa4..d189596 100644
--- a/lib/decryption/decryption_impl.cc
+++ b/lib/decryption/decryption_impl.cc
@@ -61,7 +61,7 @@ namespace gr {
validate_k_c();
message_port_register_in(pmt::mp("bursts"));
- set_msg_handler(pmt::mp("bursts"), boost::bind(&decryption_impl::decrypt, this, _1));
+ set_msg_handler(pmt::mp("bursts"), boost::bind(&decryption_impl::decrypt, this, boost::placeholders::_1));
message_port_register_out(pmt::mp("bursts"));
}