MSHTML: Make OleInPlaceObjectWindowlessVtbl const

Jacek Caban jack at itma.pwr.wroc.pl
Wed Aug 31 10:52:08 CDT 2005


Changelog:
    Make OleInPlaceObjectWindowlessVtbl const
-------------- next part --------------
Index: dlls/mshtml/olewnd.c
===================================================================
RCS file: /home/wine/wine/dlls/mshtml/olewnd.c,v
retrieving revision 1.9
diff -u -p -r1.9 olewnd.c
--- dlls/mshtml/olewnd.c	26 Aug 2005 08:46:37 -0000	1.9
+++ dlls/mshtml/olewnd.c	31 Aug 2005 13:48:13 -0000
@@ -240,7 +240,7 @@ static HRESULT WINAPI OleInPlaceObjectWi
     return E_NOTIMPL;
 }
 
-static IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = {
+static const IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = {
     OleInPlaceObjectWindowless_QueryInterface,
     OleInPlaceObjectWindowless_AddRef,
     OleInPlaceObjectWindowless_Release,


More information about the wine-patches mailing list