Commit 0507fb9b authored by Daniel Agar's avatar Daniel Agar

PX4 PowerComponent add missing override

parent 07805f16
......@@ -25,7 +25,7 @@ public:
PowerComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, QObject* parent = NULL);
// Overrides from VehicleComponent
virtual QStringList setupCompleteChangedTriggerList(void) const;
virtual QStringList setupCompleteChangedTriggerList(void) const override;
// Overrides from VehicleComponent
QString name (void) const override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment