Skip to content
Snippets Groups Projects
Commit b97d4328 authored by Beat Küng's avatar Beat Küng
Browse files

px4_param.h: add override to _DEFINE_PARAMETER_UPDATE_METHOD_CUSTOM_PARENT

parent 5eb7d8ec
No related branches found
No related tags found
No related merge requests found
......@@ -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__) \
} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment