Francois Gouget : winegstreamer: Make GSTTf_QueryInterface() static.

Alexandre Julliard julliard at winehq.org
Mon Jul 25 11:43:11 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul 23 23:50:45 2011 +0200

winegstreamer: Make GSTTf_QueryInterface() static.

---

 dlls/winegstreamer/gsttffilter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winegstreamer/gsttffilter.c b/dlls/winegstreamer/gsttffilter.c
index f173fa1..b113c4e 100644
--- a/dlls/winegstreamer/gsttffilter.c
+++ b/dlls/winegstreamer/gsttffilter.c
@@ -830,7 +830,7 @@ IUnknown * CALLBACK Gstreamer_AudioConvert_create(IUnknown *punkout, HRESULT *ph
     return obj;
 }
 
-HRESULT WINAPI GSTTf_QueryInterface(IBaseFilter * iface, REFIID riid, LPVOID * ppv)
+static HRESULT WINAPI GSTTf_QueryInterface(IBaseFilter * iface, REFIID riid, LPVOID * ppv)
 {
     HRESULT hr;
     GstTfImpl *This = (GstTfImpl*)iface;




More information about the wine-cvs mailing list