mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 06:40:34 +08:00
Forgotten explicit keyword for timer forwarder constructor
This commit is contained in:
@@ -64,7 +64,7 @@ class TimerEventForwarder : public Timer
|
||||
Callback callback_;
|
||||
|
||||
public:
|
||||
TimerEventForwarder(Scheduler& node)
|
||||
explicit TimerEventForwarder(Scheduler& node)
|
||||
: Timer(node)
|
||||
, callback_()
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user