quartz: Declare a function static.

This commit is contained in:
Andrew Talbot 2007-01-23 20:53:30 +00:00 committed by Alexandre Julliard
parent f12e6232a2
commit d303896fe0
1 changed files with 1 additions and 1 deletions

View File

@ -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;