Commit 8a3f1a07 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

wpc: Fix TRACE for WindowsParentalControls_CreateInstance.

parent d9c9d9b1
......@@ -104,7 +104,7 @@ static HRESULT WINAPI WindowsParentalControls_CreateInstance(IClassFactory *ifac
{
static IWindowsParentalControls wpc = { &WindowsParentalControlsVtbl };
TRACE("(%s %p %p)\n", debugstr_guid(riid), outer, ppv);
TRACE("(%p %s %p)\n", outer, debugstr_guid(riid), ppv);
return IWindowsParentalControls_QueryInterface(&wpc, riid, ppv);
}
......
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