fixing build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -699,7 +699,7 @@ void wxWebViewIE::RunScript(const wxString& javascript)
|
|||||||
VariantInit(&level);
|
VariantInit(&level);
|
||||||
V_VT(&level) = VT_EMPTY;
|
V_VT(&level) = VT_EMPTY;
|
||||||
window->execScript(SysAllocString(javascript.wc_str()),
|
window->execScript(SysAllocString(javascript.wc_str()),
|
||||||
SysAllocString(language).wc_str(),
|
SysAllocString(language.wc_str()),
|
||||||
&level);
|
&level);
|
||||||
}
|
}
|
||||||
document->Release();
|
document->Release();
|
||||||
|
Reference in New Issue
Block a user