oleaut32: Mark PropertyPageSiteVtbl static.
This commit is contained in:
parent
02722c4d8e
commit
e0fa39b3e0
|
@ -140,7 +140,7 @@ static HRESULT WINAPI PropertyPageSite_TranslateAccelerator(
|
|||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
IPropertyPageSiteVtbl PropertyPageSiteVtbl = {
|
||||
static IPropertyPageSiteVtbl PropertyPageSiteVtbl = {
|
||||
PropertyPageSite_QueryInterface,
|
||||
PropertyPageSite_AddRef,
|
||||
PropertyPageSite_Release,
|
||||
|
|
Loading…
Reference in New Issue