Make OleInPlaceObjectWindowlessVtbl const.
This commit is contained in:
parent
5e9e487b20
commit
3e1c514c37
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue