Add RCLCPP_PUBLIC to Context constructor
This commit is contained in:
parent
f73ebcb8d7
commit
74002333e6
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Context
|
|||
public:
|
||||
RCLCPP_SMART_PTR_DEFINITIONS(Context);
|
||||
|
||||
RCLCPP_PUBLIC
|
||||
Context();
|
||||
|
||||
template<typename SubContext, typename ... Args>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue