diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/joystick_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/joystick_controller.h b/src/client/joystick_controller.h index 2c0e7b90a..ea1db684a 100644 --- a/src/client/joystick_controller.h +++ b/src/client/joystick_controller.h @@ -60,6 +60,8 @@ struct JoystickButtonCmb : public JoystickCombination { this->key = key; } + virtual ~JoystickButtonCmb() {} + virtual bool isTriggered(const irr::SEvent::SJoystickEvent &ev) const; u32 filter_mask; |