Module: wine Branch: master Commit: b2bffdda833005f3fe7be6549a709742c21cff9c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b2bffdda833005f3fe7be6549a...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed Nov 29 18:05:31 2006 +0800
mshtml: Make some data const.
---
dlls/mshtml/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c index 5e2b557..ddc3edc 100644 --- a/dlls/mshtml/install.c +++ b/dlls/mshtml/install.c @@ -263,7 +263,7 @@ static HRESULT WINAPI InstallCallback_On return E_NOTIMPL; }
-static IBindStatusCallbackVtbl InstallCallbackVtbl = { +static const IBindStatusCallbackVtbl InstallCallbackVtbl = { InstallCallback_QueryInterface, InstallCallback_AddRef, InstallCallback_Release,