Commit 6338caa9 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mshtml/tests: Cast-qual warning fix.

parent c21d65cf
......@@ -1803,11 +1803,12 @@ static void test_Load(IPersistMoniker *persist)
{
IBindCtx *bind;
HRESULT hres;
static WCHAR sz_html_clientsite_objectparam[] = SZ_HTML_CLIENTSITE_OBJECTPARAM;
test_readyState((IUnknown*)persist);
CreateBindCtx(0, &bind);
IBindCtx_RegisterObjectParam(bind, (LPOLESTR)SZ_HTML_CLIENTSITE_OBJECTPARAM,
IBindCtx_RegisterObjectParam(bind, sz_html_clientsite_objectparam,
(IUnknown*)&ClientSite);
SET_EXPECT(GetDisplayName);
......
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