Make OleInPlaceObjectWindowlessVtbl const.

This commit is contained in:
Jacek Caban 2005-09-02 11:18:17 +00:00 committed by Alexandre Julliard
parent 5e9e487b20
commit 3e1c514c37
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ static HRESULT WINAPI OleInPlaceObjectWindowless_GetDropTarget(IOleInPlaceObject
return E_NOTIMPL;
}
static IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = {
static const IOleInPlaceObjectWindowlessVtbl OleInPlaceObjectWindowlessVtbl = {
OleInPlaceObjectWindowless_QueryInterface,
OleInPlaceObjectWindowless_AddRef,
OleInPlaceObjectWindowless_Release,