added override

This commit is contained in:
Robin Müller 2020-05-26 11:05:49 +02:00
parent a19fa231f5
commit 1a623a6a52
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ public:
ReturnValue_t setHealth(HealthState health);
virtual ReturnValue_t getParameter(uint8_t domainId, uint16_t parameterId,
ParameterWrapper *parameterWrapper,
const ParameterWrapper *newValues, uint16_t startAtIndex);
const ParameterWrapper *newValues, uint16_t startAtIndex) override;
/**
* Implementation of ExecutableObjectIF function
*