Skip to content
Snippets Groups Projects
Commit 0507fb9b authored by Daniel Agar's avatar Daniel Agar
Browse files

PX4 PowerComponent add missing override

parent 07805f16
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ public: ...@@ -25,7 +25,7 @@ public:
PowerComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, QObject* parent = NULL); PowerComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, QObject* parent = NULL);
// Overrides from VehicleComponent // Overrides from VehicleComponent
virtual QStringList setupCompleteChangedTriggerList(void) const; virtual QStringList setupCompleteChangedTriggerList(void) const override;
// Overrides from VehicleComponent // Overrides from VehicleComponent
QString name (void) const override; QString name (void) const 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