From b2bffdda833005f3fe7be6549a709742c21cff9c Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 29 Nov 2006 18:05:31 +0800 Subject: [PATCH] mshtml: Make some data const. --- dlls/mshtml/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c index 5e2b557ae3..ddc3edc778 100644 --- a/dlls/mshtml/install.c +++ b/dlls/mshtml/install.c @@ -263,7 +263,7 @@ static HRESULT WINAPI InstallCallback_OnObjectAvailable(IBindStatusCallback *ifa return E_NOTIMPL; } -static IBindStatusCallbackVtbl InstallCallbackVtbl = { +static const IBindStatusCallbackVtbl InstallCallbackVtbl = { InstallCallback_QueryInterface, InstallCallback_AddRef, InstallCallback_Release, -- 2.32.0.93.g670b81a890