Commit d303896f authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

quartz: Declare a function static.

parent f12e6232
......@@ -596,7 +596,7 @@ static const IMediaSeekingVtbl Parser_Seeking_Vtbl =
MediaSeekingImpl_GetPreroll
};
HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv)
static HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv)
{
Parser_OutputPin *This = (Parser_OutputPin *)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