Module: wine Branch: master Commit: e0fa39b3e0f6d76be5025647db1226b7e30fad66 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0fa39b3e0f6d76be5025647db...
Author: Marcus Meissner meissner@suse.de Date: Thu Dec 27 19:31:06 2012 +0100
oleaut32: Mark PropertyPageSiteVtbl static.
---
dlls/oleaut32/olepropframe.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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,