mfmediaengine: Fix vtable variables types.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
10f9a88de0
commit
0ec86a165a
|
@ -2021,7 +2021,7 @@ static HRESULT WINAPI classfactory_LockServer(IClassFactory *iface, BOOL dolock)
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
static const struct IClassFactoryVtbl class_factory_vtbl =
|
||||
static const IClassFactoryVtbl class_factory_vtbl =
|
||||
{
|
||||
classfactory_QueryInterface,
|
||||
classfactory_AddRef,
|
||||
|
|
Loading…
Reference in New Issue