Commit 8ddc18b9 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Revert "PX4 PowerComponent add missing override"

This reverts commit 0507fb9b.
parent 0507fb9b
......@@ -25,7 +25,7 @@ public:
PowerComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, QObject* parent = NULL);
// Overrides from VehicleComponent
virtual QStringList setupCompleteChangedTriggerList(void) const override;
virtual QStringList setupCompleteChangedTriggerList(void) const;
// 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