winegstreamer: Make GSTTf_QueryInterface() static.

This commit is contained in:
Francois Gouget 2011-07-23 23:50:45 +02:00 committed by Alexandre Julliard
parent fda8b65b9f
commit 312036d3c8
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ IUnknown * CALLBACK Gstreamer_AudioConvert_create(IUnknown *punkout, HRESULT *ph
return obj; 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; HRESULT hr;
GstTfImpl *This = (GstTfImpl*)iface; GstTfImpl *This = (GstTfImpl*)iface;