Skip to content
Snippets Groups Projects
Commit 40884a92 authored by Roman's avatar Roman Committed by Lorenz Meier
Browse files

FlightTaskTransition: added missing override


Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent 50724bce
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public: ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment