1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

mshtml: Make all event target vtbls const.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
This commit is contained in:
Gabriel Ivăncescu 2023-08-15 19:46:26 +03:00 committed by Alexandre Julliard
parent 4e08d7e200
commit dfd32a332a
2 changed files with 2 additions and 2 deletions

View file

@ -365,7 +365,7 @@ static IHTMLEventObj *DocumentType_set_current_event(DispatchEx *dispex, IHTMLEv
return default_set_current_event(This->node.doc->window, event);
}
static event_target_vtbl_t DocumentType_event_target_vtbl = {
static const event_target_vtbl_t DocumentType_event_target_vtbl = {
{
NULL,
},

View file

@ -1592,7 +1592,7 @@ static void HTMLXMLHttpRequest_init_dispex_info(dispex_data_t *info, compat_mode
compat_mode < COMPAT_MODE_IE11 ? private_ie10_hooks : NULL);
}
static event_target_vtbl_t HTMLXMLHttpRequest_event_target_vtbl = {
static const event_target_vtbl_t HTMLXMLHttpRequest_event_target_vtbl = {
{
HTMLXMLHttpRequest_destructor,
HTMLXMLHttpRequest_unlink