libinput tests: Fix new-delete-type-mismatch error when using ASAN
This commit is contained in:
parent
110182b213
commit
b7389c6f1a
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ struct libinput_device {
|
|||
};
|
||||
|
||||
struct libinput_event {
|
||||
virtual ~libinput_event() {}
|
||||
libinput_device *device = nullptr;
|
||||
libinput_event_type type = LIBINPUT_EVENT_NONE;
|
||||
quint32 time = 0;
|
||||
|
|
Loading…
Reference in a new issue