mshtml/tests: Make IDispatch Vtbl const.
This commit is contained in:
parent
0c16c79c71
commit
6f18cc59dd
|
@ -2755,7 +2755,7 @@ static HRESULT WINAPI Dispatch_Invoke(IDispatch *iface, DISPID dispIdMember, REF
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static IDispatchVtbl DispatchVtbl = {
|
static const IDispatchVtbl DispatchVtbl = {
|
||||||
Dispatch_QueryInterface,
|
Dispatch_QueryInterface,
|
||||||
Dispatch_AddRef,
|
Dispatch_AddRef,
|
||||||
Dispatch_Release,
|
Dispatch_Release,
|
||||||
|
|
Loading…
Reference in New Issue