quartz: Fix typo in GraphConfig_AddRef.

This commit is contained in:
Lei Zhang 2007-12-13 15:25:01 -08:00 committed by Alexandre Julliard
parent 63df94ba0b
commit f5cd582bae
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}