]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed another NONE to wxSOCKET_NONE
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 23:39:09 +0000 (23:39 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 23:39:09 +0000 (23:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/http.cpp

index c35d41b0020028d74fafe5747cc2cfef5c8c45e0..606bc340ecd08e7a588ae59caa98be1b2a18f5f8 100644 (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());