9 Aug
2024
9 Aug
'24
10:15 a.m.
From: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/mutation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c index f23c31f861d..3c1a25646db 100644 --- a/dlls/mshtml/mutation.c +++ b/dlls/mshtml/mutation.c @@ -1273,7 +1273,7 @@ static HRESULT mutation_observer_ctor_value(DispatchEx *dispex, LCID lcid, return S_OK; } -static dispex_static_data_vtbl_t mutation_observer_ctor_dispex_vtbl = { +static const dispex_static_data_vtbl_t mutation_observer_ctor_dispex_vtbl = { .destructor = mutation_observer_ctor_destructor, .value = mutation_observer_ctor_value }; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6236