projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback...
[wxWidgets.git]
/
src
/
common
/
http.cpp
diff --git
a/src/common/http.cpp
b/src/common/http.cpp
index fc7248f61a8e0d685e67f6732dfc5209e81dd09d..4525c981077d0d78d68284a64cfa74731ef295a8 100644
(file)
--- a/
src/common/http.cpp
+++ b/
src/common/http.cpp
@@
-219,7
+219,7
@@
bool wxHTTP::Connect(const wxString& host, unsigned short port)
return true;
}
-bool wxHTTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait))
+bool wxHTTP::Connect(
const
wxSockAddress& addr, bool WXUNUSED(wait))
{
if (m_addr) {
delete m_addr;