diff --git a/src/platforms/px4_param.h b/src/platforms/px4_param.h index cf301ca5ba..3a0dfa10ca 100644 --- a/src/platforms/px4_param.h +++ b/src/platforms/px4_param.h @@ -82,7 +82,7 @@ inline static param_t param_handle(px4::params p) #define _DEFINE_PARAMETER_UPDATE_METHOD_CUSTOM_PARENT(parent_class, ...) \ protected: \ - void updateParamsImpl() { \ + void updateParamsImpl() override { \ parent_class::updateParamsImpl(); \ APPLY_ALL(_CALL_UPDATE, __VA_ARGS__) \ } \