Changed another NONE to wxSOCKET_NONE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-06 23:39:09 +00:00
parent ed8297b98d
commit 3f04dfd331

View File

@ -212,7 +212,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
}
SaveState();
SetFlags(NONE);
SetFlags(wxSOCKET_NONE);
Notify(FALSE);
wxSprintf(buf, wxT("%s %s HTTP/1.0\n\r"), tmp_buf, tmp_str.GetData());