From 3f04dfd331cba5a975e70a4426f3282b3c5a161a Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 6 Mar 2000 23:39:09 +0000 Subject: [PATCH] Changed another NONE to wxSOCKET_NONE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.45.2