Commit f5cd582b authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

quartz: Fix typo in GraphConfig_AddRef.

parent 63df94ba
......@@ -4476,7 +4476,7 @@ static HRESULT WINAPI GraphConfig_QueryInterface(IGraphConfig *iface, REFIID rii
static ULONG WINAPI GraphConfig_AddRef(IGraphConfig *iface)
{
ICOM_THIS_MULTI(IFilterGraphImpl, IMediaEventSink_vtbl, iface);
ICOM_THIS_MULTI(IFilterGraphImpl, IGraphConfig_vtbl, iface);
return Filtergraph_AddRef(This);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment