Commit 312036d3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winegstreamer: Make GSTTf_QueryInterface() static.

parent fda8b65b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment