diff --git a/src/platforms/px4_param.h b/src/platforms/px4_param.h index cf301ca5ba45d5a4bf9e5364f9a13ed103836353..3a0dfa10ca136a6b7a50a537af06bf229a8bb619 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__) \ } \