From: Guillermo Rodriguez Garcia Date: Mon, 6 Mar 2000 23:39:09 +0000 (+0000) Subject: Changed another NONE to wxSOCKET_NONE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3f04dfd331cba5a975e70a4426f3282b3c5a161a Changed another NONE to wxSOCKET_NONE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/http.cpp b/src/common/http.cpp index c35d41b002..606bc340ec 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -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());