From 0507fb9bdb33800a1d773c3b81510d168a7c48d3 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 30 Mar 2018 10:25:39 -0400 Subject: [PATCH] PX4 PowerComponent add missing override --- src/AutoPilotPlugins/PX4/PowerComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.h b/src/AutoPilotPlugins/PX4/PowerComponent.h index 9be937d99..d741a1349 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.h +++ b/src/AutoPilotPlugins/PX4/PowerComponent.h @@ -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; -- 2.22.0