added virtual deconstructor MenuIntInputWrapper
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
class MenuIntInputWrapper {
|
||||
public:
|
||||
virtual ~MenuIntInputWrapper() {}
|
||||
virtual void action(int16_t* values, uint8_t length) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user