oleaut32: Mark PropertyPageSiteVtbl static.

This commit is contained in:
Marcus Meissner 2012-12-27 19:31:06 +01:00 committed by Alexandre Julliard
parent 02722c4d8e
commit e0fa39b3e0

View file

@ -140,7 +140,7 @@ static HRESULT WINAPI PropertyPageSite_TranslateAccelerator(
return E_NOTIMPL;
}
IPropertyPageSiteVtbl PropertyPageSiteVtbl = {
static IPropertyPageSiteVtbl PropertyPageSiteVtbl = {
PropertyPageSite_QueryInterface,
PropertyPageSite_AddRef,
PropertyPageSite_Release,