Commit 80a8b117 authored by DonLakeFlyer's avatar DonLakeFlyer

Add missing final

parent f5701987
......@@ -108,7 +108,7 @@ class ArduSubFirmwarePlugin : public APMFirmwarePlugin
public:
ArduSubFirmwarePlugin(void);
QList<MAV_CMD> supportedMissionCommands(void);
QList<MAV_CMD> supportedMissionCommands(void) final;
// Overrides from FirmwarePlugin
int manualControlReservedButtonCount(void) final;
......
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