added virtual deconstructor MenuIntInputWrapper
This commit is contained in:
@@ -58,6 +58,7 @@ MenuIntInput::~MenuIntInput() {
|
||||
delete this->stepsPerInput;
|
||||
delete this->values;
|
||||
delete this->names;
|
||||
delete this->wrapper;
|
||||
}
|
||||
|
||||
void MenuIntInput::setEntry(uint8_t valueNumber, const char* name, int16_t startValue) {
|
||||
|
||||
Reference in New Issue
Block a user