oops, compilation fix after applying the patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-09 22:47:02 +00:00
parent 7b4fee4930
commit ed83150139

View File

@ -196,7 +196,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
request = wxT("GET"); request = wxT("GET");
break; break;
case wxHTTP_POST: case wxHTTP_POST:
tmp_buf = wxT("POST"); request = wxT("POST");
break; break;
default: default:
return FALSE; return FALSE;