Skip to content

Commit b34588d

Browse files
committed
add missing namespace
1 parent ec0500b commit b34588d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/src/rclcpp/node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Node::Node(
5555
const std::string & namespace_,
5656
rclcpp::Context::SharedPtr context,
5757
const std::vector<std::string> & arguments,
58-
const std::vector<Parameter> & initial_values,
58+
const std::vector<rclcpp::Parameter> & initial_values,
5959
bool use_global_arguments,
6060
bool use_intra_process_comms,
6161
bool start_parameter_services)

0 commit comments

Comments
 (0)