Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Apr 4, 2024
1 parent 51a8f1b commit e164d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libcyphal/runnable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace libcyphal
class IRunnable
{
public:
virtual void run(TimePoint now) = 0;
virtual void run(const TimePoint now) = 0;

protected:
virtual ~IRunnable() = default;
Expand Down

0 comments on commit e164d47

Please sign in to comment.