mshtml: Make some data const

Dmitry Timoshkov dmitry at codeweavers.com
Wed Nov 29 04:05:31 CST 2006


Hello,

Changelog:
    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,
-- 
1.4.2






More information about the wine-patches mailing list