Commit 68c36efd authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

ieframe: Fix implementation of impl_from_ITargetFrame2.

parent 3a8d3fb1
...@@ -1243,7 +1243,7 @@ static const IHlinkFrameVtbl HlinkFrameVtbl = { ...@@ -1243,7 +1243,7 @@ static const IHlinkFrameVtbl HlinkFrameVtbl = {
static inline HlinkFrame *impl_from_ITargetFrame2(ITargetFrame2 *iface) static inline HlinkFrame *impl_from_ITargetFrame2(ITargetFrame2 *iface)
{ {
return CONTAINING_RECORD(iface, HlinkFrame, IHlinkFrame_iface); return CONTAINING_RECORD(iface, HlinkFrame, ITargetFrame2_iface);
} }
static HRESULT WINAPI TargetFrame2_QueryInterface(ITargetFrame2 *iface, REFIID riid, void **ppv) static HRESULT WINAPI TargetFrame2_QueryInterface(ITargetFrame2 *iface, REFIID riid, void **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