[MLANG_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=70130
This commit is contained in:
Amine Khaldi 2015-11-26 23:17:27 +00:00
parent cdcd3c6eac
commit 83d8128bcd

View file

@ -2092,7 +2092,7 @@ static HRESULT WINAPI stream_Clone(IStream *iface, IStream **stream)
return E_NOTIMPL; return E_NOTIMPL;
} }
static IStreamVtbl stream_vtbl = static /* const */ IStreamVtbl stream_vtbl =
{ {
stream_QueryInterface, stream_QueryInterface,
stream_AddRef, stream_AddRef,