diff --git a/tests/uris/uris.cpp b/tests/uris/uris.cpp index 016c6fc024..3152be43aa 100644 --- a/tests/uris/uris.cpp +++ b/tests/uris/uris.cpp @@ -320,8 +320,8 @@ void URITestCase::URLCompat() void URITestCase::URLProxy() { - wxURL url("http://www.asite.com/index.html"); - url.SetProxy("pserv:3122"); + wxURL url(wxT("http://www.asite.com/index.html")); + url.SetProxy(wxT("pserv:3122")); } #endif