mshtml: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-11-29 18:05:31 +08:00 committed by Alexandre Julliard
parent bd53138fc8
commit b2bffdda83
1 changed files with 1 additions and 1 deletions

View File

@ -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,