From 47c6c032f62d80967a5760d94999f31319efc00f Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 29 Mar 2018 11:00:23 -0700 Subject: [PATCH] Fix 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 9be937d..6ea7897 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; + QStringList setupCompleteChangedTriggerList(void) const override; // Overrides from VehicleComponent QString name (void) const override;