[PATCH] oleaut32: mark PropertyPageSiteVtbl static

Marcus Meissner meissner at suse.de
Thu Dec 27 12:31:06 CST 2012


---
 dlls/oleaut32/olepropframe.c |    2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/dlls/oleaut32/olepropframe.c b/dlls/oleaut32/olepropframe.c
index 8111e6b..e566266 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,
-- 
1.7.10.4




More information about the wine-patches mailing list