From 83d8128bcd3d0061e6bf469b5384b1f08312351e Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 26 Nov 2015 23:17:27 +0000 Subject: [PATCH] [MLANG_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536 svn path=/trunk/; revision=70130 --- rostests/winetests/mlang/mlang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/mlang/mlang.c b/rostests/winetests/mlang/mlang.c index 5718b52c08f..80494688cc0 100644 --- a/rostests/winetests/mlang/mlang.c +++ b/rostests/winetests/mlang/mlang.c @@ -2092,7 +2092,7 @@ static HRESULT WINAPI stream_Clone(IStream *iface, IStream **stream) return E_NOTIMPL; } -static IStreamVtbl stream_vtbl = +static /* const */ IStreamVtbl stream_vtbl = { stream_QueryInterface, stream_AddRef,