Marcus Meissner : oleaut32: Mark PropertyPageSiteVtbl static.

Alexandre Julliard julliard at winehq.org
Fri Dec 28 15:05:15 CST 2012


Module: wine
Branch: master
Commit: e0fa39b3e0f6d76be5025647db1226b7e30fad66
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e0fa39b3e0f6d76be5025647db1226b7e30fad66

Author: Marcus Meissner <meissner at 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,




More information about the wine-cvs mailing list