Commit 3e1c514c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Make OleInPlaceObjectWindowlessVtbl const.

parent 5e9e487b
...@@ -240,7 +240,7 @@ static HRESULT WINAPI OleInPlaceObjectWindowless_GetDropTarget(IOleInPlaceObject ...@@ -240,7 +240,7 @@ static HRESULT WINAPI OleInPlaceObjectWindowless_GetDropTarget(IOleInPlaceObject
return E_NOTIMPL; return E_NOTIMPL;
} }
static IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = { static const IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = {
OleInPlaceObjectWindowless_QueryInterface, OleInPlaceObjectWindowless_QueryInterface,
OleInPlaceObjectWindowless_AddRef, OleInPlaceObjectWindowless_AddRef,
OleInPlaceObjectWindowless_Release, OleInPlaceObjectWindowless_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