]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
refresh the grid after resetting the columns positions to the default order
[wxWidgets.git] / include / wx / protocol / ftp.h
index 01336376e0e4233cb32d60d1d9ed417115bd5447..21312e87fd6a27e27f15643c96878171e1a1d938 100644 (file)
@@ -38,7 +38,7 @@ public:
     void SetUser(const wxString& user) { m_user = user; }
     void SetPassword(const wxString& passwd) { m_passwd = passwd; }
 
-    bool Connect(wxSockAddress& addr, bool wait = true);
+    bool Connect(const wxSockAddress& addr, bool wait = true);
     bool Connect(const wxString& host);
 
     // disconnect