Skip to content

Commit

Permalink
Add visibility macro to Waitable class
Browse files Browse the repository at this point in the history
Signed-off-by: Monika Idzik <monika.idzik@apex.ai>
  • Loading branch information
Monika Idzik committed Oct 21, 2019
1 parent a52383a commit a32027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/waitable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
namespace rclcpp
{

class Waitable
class RCLCPP_PUBLIC_CLASS Waitable
{
public:
RCLCPP_SMART_PTR_DEFINITIONS_NOT_COPYABLE(Waitable)
Expand Down

0 comments on commit a32027c

Please sign in to comment.