mshtml/tests: Make IDispatch Vtbl const.

This commit is contained in:
Thomas Mullaly 2011-02-21 21:06:52 -05:00 committed by Alexandre Julliard
parent 0c16c79c71
commit 6f18cc59dd
1 changed files with 1 additions and 1 deletions

View File

@ -2755,7 +2755,7 @@ static HRESULT WINAPI Dispatch_Invoke(IDispatch *iface, DISPID dispIdMember, REF
return E_FAIL;
}
static IDispatchVtbl DispatchVtbl = {
static const IDispatchVtbl DispatchVtbl = {
Dispatch_QueryInterface,
Dispatch_AddRef,
Dispatch_Release,