Skip to content

Commit

Permalink
Add missing ROSBAG2_CPP_PUBLIC to is_sleeping()
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Nov 27, 2024
1 parent 919f538 commit 49a0e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosbag2_cpp/include/rosbag2_cpp/clocks/player_clock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class PlayerClock
/**
* \return whether the clock is currently sleeping.
*/
ROSBAG2_CPP_PUBLIC
virtual bool is_sleeping() = 0;

/**
Expand Down

0 comments on commit 49a0e93

Please sign in to comment.