Lei Zhang : quartz: Fix typo in GraphConfig_AddRef.

Alexandre Julliard julliard at winehq.org
Fri Dec 14 07:39:39 CST 2007


Module: wine
Branch: master
Commit: f5cd582bae61a8e1d7866eb16c48b8397976af59
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f5cd582bae61a8e1d7866eb16c48b8397976af59

Author: Lei Zhang <thestig at 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);
 }




More information about the wine-cvs mailing list