Merge pull request #167 from ros2/fix_windows_context
Add RCLCPP_PUBLIC to Context constructor
This commit is contained in:
commit
13d36a1bde
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Context
|
||||||
public:
|
public:
|
||||||
RCLCPP_SMART_PTR_DEFINITIONS(Context);
|
RCLCPP_SMART_PTR_DEFINITIONS(Context);
|
||||||
|
|
||||||
|
RCLCPP_PUBLIC
|
||||||
Context();
|
Context();
|
||||||
|
|
||||||
template<typename SubContext, typename ... Args>
|
template<typename SubContext, typename ... Args>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue