[PATCH] uiautomationcore: Make hwnd_host_provider_vtbl static const.

Connor McAdams cmcadams at codeweavers.com
Thu Apr 28 12:57:36 CDT 2022


Signed-off-by: Connor McAdams <cmcadams at codeweavers.com>
---
 dlls/uiautomationcore/uia_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/uiautomationcore/uia_main.c b/dlls/uiautomationcore/uia_main.c
index c250d82a1e6..a303e71cf76 100644
--- a/dlls/uiautomationcore/uia_main.c
+++ b/dlls/uiautomationcore/uia_main.c
@@ -247,7 +247,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,
-- 
2.25.1




More information about the wine-devel mailing list