From 5aa5add4bf34269ade6e509106f3ff9b2137a162 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 22 Feb 2019 10:11:54 +1100 Subject: [PATCH] AP_RPM: add missing override keywords --- libraries/AP_RPM/RPM_SITL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_RPM/RPM_SITL.h b/libraries/AP_RPM/RPM_SITL.h index c285dae773..b221023965 100644 --- a/libraries/AP_RPM/RPM_SITL.h +++ b/libraries/AP_RPM/RPM_SITL.h @@ -27,7 +27,7 @@ public: AP_RPM_SITL(AP_RPM &ranger, uint8_t instance, AP_RPM::RPM_State &_state); // update state - void update(void); + void update(void) override; private: SITL::SITL *sitl; uint8_t instance;