]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
Fixed SetForeground and SetBackground declarations
[wxWidgets.git] / include / wx / protocol / http.h
index 97282b566540c2989e9eb127936b4c87400858fb..82c1365889acfe6c4a71ce95a1de368045a6a366 100644 (file)
@@ -27,7 +27,7 @@ public:
   ~wxHTTP();
 
   bool Connect(const wxString& host);
-  bool Connect(wxSockAddress& addr);
+  bool Connect(wxSockAddress& addr, bool wait);
   bool Abort();
   wxInputStream *GetInputStream(const wxString& path);
   inline wxProtocolError GetError() { return m_perr; }