Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
let dynamic compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Mar 30, 2017
1 parent 930df8f commit 2e65593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_connext_dynamic_cpp/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ rmw_init()
}

rmw_node_t *
rmw_create_node(const char * name, size_t domain_id)
rmw_create_node(const char * name, const char * namespace_, size_t domain_id)
{
return create_node(rti_connext_dynamic_identifier, name, domain_id);
return create_node(rti_connext_dynamic_identifier, name, namespace_, domain_id);
}

rmw_ret_t
Expand Down

0 comments on commit 2e65593

Please sign in to comment.