mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
FlightTaskTransition: added missing override
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
|||||||
FlightTaskTransition() = default;
|
FlightTaskTransition() = default;
|
||||||
|
|
||||||
virtual ~FlightTaskTransition() = default;
|
virtual ~FlightTaskTransition() = default;
|
||||||
bool activate();
|
bool activate() override;
|
||||||
bool updateInitialize() override;
|
bool updateInitialize() override;
|
||||||
bool update() override;
|
bool update() override;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user