Skip to content

Commit

Permalink
core: fix compilation on Kinetic (boost::placeholders came later)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqms committed Dec 1, 2020
1 parent e5a47a3 commit ab77bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosmon_core/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ int main(int argc, char** argv)
monitor.logMessageSignal.connect(
boost::bind(
logToStdout,
boost::placeholders::_1,
_1,
get_max_node_name(monitor)));
}

Expand Down

0 comments on commit ab77bbe

Please sign in to comment.