Commit 1f313b7f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

shell32: Remove superfluous cast to self.

parent 812eb3c4
......@@ -934,7 +934,7 @@ static HRESULT ShellLinkObject_Constructor(FolderItemImpl *item, IShellLinkDual2
return hr;
}
*link = (IShellLinkDual2 *)&This->IShellLinkDual2_iface;
*link = &This->IShellLinkDual2_iface;
return S_OK;
}
......
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