aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc_utils/message_file_sink_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc_utils/message_file_sink_impl.cc')
-rw-r--r--lib/misc_utils/message_file_sink_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc_utils/message_file_sink_impl.cc b/lib/misc_utils/message_file_sink_impl.cc
index 7857e6b..3f42d21 100644
--- a/lib/misc_utils/message_file_sink_impl.cc
+++ b/lib/misc_utils/message_file_sink_impl.cc
@@ -48,7 +48,7 @@ namespace gr {
d_output_file(filename.c_str(), std::ofstream::binary)
{
message_port_register_in(pmt::mp("in"));
- set_msg_handler(pmt::mp("in"), boost::bind(&message_file_sink_impl::process_message, this, _1));
+ set_msg_handler(pmt::mp("in"), boost::bind(&message_file_sink_impl::process_message, this, boost::placeholders::_1));
}
/*