Module: wine Branch: master Commit: f5cd582bae61a8e1d7866eb16c48b8397976af59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5cd582bae61a8e1d7866eb16c...
Author: Lei Zhang thestig@google.com Date: Thu Dec 13 15:25:01 2007 -0800
quartz: Fix typo in GraphConfig_AddRef.
---
dlls/quartz/filtergraph.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index 4334472..fd9e8ae 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -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); }