X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7c75283f2144469e8fa6a24ca285b42fab69a6b..5ce4d9fa3788e3588105437688590d8490e557c8:/wxPython/contrib/activex/wxie/IEHtmlWin.cpp diff --git a/wxPython/contrib/activex/wxie/IEHtmlWin.cpp b/wxPython/contrib/activex/wxie/IEHtmlWin.cpp index cab5efcdd7..b157fb9928 100644 --- a/wxPython/contrib/activex/wxie/IEHtmlWin.cpp +++ b/wxPython/contrib/activex/wxie/IEHtmlWin.cpp @@ -328,7 +328,7 @@ bool wxIEHtmlWin::GoHome() { try { - CallMethod("GoHome"); + CallMethod(_T("GoHome")); return true; } catch(exception&)