Commit b2bffdda authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

mshtml: Make some data const.

parent bd53138f
...@@ -263,7 +263,7 @@ static HRESULT WINAPI InstallCallback_OnObjectAvailable(IBindStatusCallback *ifa ...@@ -263,7 +263,7 @@ static HRESULT WINAPI InstallCallback_OnObjectAvailable(IBindStatusCallback *ifa
return E_NOTIMPL; return E_NOTIMPL;
} }
static IBindStatusCallbackVtbl InstallCallbackVtbl = { static const IBindStatusCallbackVtbl InstallCallbackVtbl = {
InstallCallback_QueryInterface, InstallCallback_QueryInterface,
InstallCallback_AddRef, InstallCallback_AddRef,
InstallCallback_Release, InstallCallback_Release,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment