Merge pull request #167 from ros2/fix_windows_context

Add RCLCPP_PUBLIC to Context constructor
This commit is contained in:
Dirk Thomas 2015-12-03 12:18:41 -08:00
commit 13d36a1bde

View file

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