winegstreamer: Make GSTTf_QueryInterface() static.
This commit is contained in:
parent
fda8b65b9f
commit
312036d3c8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue