]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImag...
[wxWidgets.git] / include / wx / protocol / http.h
index 79f37c79242209d5b7d0d319db1828c91c8ce307..29f727451f86eb67c8c9db610a1839c59370fb0c 100644 (file)
@@ -29,7 +29,7 @@ public:
 
   virtual bool Connect(const wxString& host, unsigned short port);
   virtual bool Connect(const wxString& host) { return Connect(host, 0); }
-  virtual bool Connect(wxSockAddress& addr, bool wait);
+  virtual bool Connect(const wxSockAddress& addr, bool wait);
   bool Abort();
   wxInputStream *GetInputStream(const wxString& path);
   inline wxProtocolError GetError() { return m_perr; }