FlightTaskTransition: added missing override

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman 2018-10-28 20:52:02 +01:00 committed by Lorenz Meier
parent 50724bce86
commit 40884a9238
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public:
FlightTaskTransition() = default;
virtual ~FlightTaskTransition() = default;
bool activate();
bool activate() override;
bool updateInitialize() override;
bool update() override;