uiautomationcore: Make hwnd_host_provider_vtbl static const.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Connor McAdams 2022-04-28 13:57:36 -04:00 committed by Alexandre Julliard
parent 5f49fd85fd
commit 5a231b0bfc
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ HRESULT WINAPI hwnd_host_provider_get_HostRawElementProvider(IRawElementProvider
return S_OK;
}
IRawElementProviderSimpleVtbl hwnd_host_provider_vtbl = {
static const IRawElementProviderSimpleVtbl hwnd_host_provider_vtbl = {
hwnd_host_provider_QueryInterface,
hwnd_host_provider_AddRef,
hwnd_host_provider_Release,