Commit 5a231b0b authored by Connor McAdams's avatar Connor McAdams Committed by Alexandre Julliard

uiautomationcore: Make hwnd_host_provider_vtbl static const.

parent 5f49fd85
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment