mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Oops, provide the correct WrapperType for UIEvent
This commit is contained in:
parent
c95a1fe3a3
commit
a4eadeb80d
2 changed files with 6 additions and 5 deletions
|
@ -32,7 +32,7 @@ namespace Web::UIEvents {
|
|||
|
||||
class UIEvent : public DOM::Event {
|
||||
public:
|
||||
using WrapperType = Bindings::MouseEventWrapper;
|
||||
using WrapperType = Bindings::UIEventWrapper;
|
||||
|
||||
virtual ~UIEvent() override { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue