]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/activex/wxie/IEHtmlWin.cpp
warning fix
[wxWidgets.git] / wxPython / contrib / activex / wxie / IEHtmlWin.cpp
index cab5efcdd7c0371fd7a07a226360137b1060e8ab..b157fb99286730d4422a78d81da4a1fbfa8c350e 100644 (file)
@@ -328,7 +328,7 @@ bool wxIEHtmlWin::GoHome()
 {
     try
     {
-        CallMethod("GoHome");
+        CallMethod(_T("GoHome"));
         return true;
     }
     catch(exception&)