Add RCLCPP_PUBLIC to Context constructor

This commit is contained in:
Jackie Kay 2015-12-03 11:58:17 -08:00
parent f73ebcb8d7
commit 74002333e6

View file

@ -37,6 +37,7 @@ class Context
public:
RCLCPP_SMART_PTR_DEFINITIONS(Context);
RCLCPP_PUBLIC
Context();
template<typename SubContext, typename ... Args>