From e0fa39b3e0f6d76be5025647db1226b7e30fad66 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 27 Dec 2012 19:31:06 +0100 Subject: [PATCH] oleaut32: Mark PropertyPageSiteVtbl static. --- dlls/oleaut32/olepropframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/olepropframe.c b/dlls/oleaut32/olepropframe.c index 8111e6b478c..e566266b305 100644 --- a/dlls/oleaut32/olepropframe.c +++ b/dlls/oleaut32/olepropframe.c @@ -140,7 +140,7 @@ static HRESULT WINAPI PropertyPageSite_TranslateAccelerator( return E_NOTIMPL; } -IPropertyPageSiteVtbl PropertyPageSiteVtbl = { +static IPropertyPageSiteVtbl PropertyPageSiteVtbl = { PropertyPageSite_QueryInterface, PropertyPageSite_AddRef, PropertyPageSite_Release, -- 2.11.4.GIT