projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Multilib linking fixes.
[wxWidgets.git]
/
src
/
common
/
http.cpp
diff --git
a/src/common/http.cpp
b/src/common/http.cpp
index 4a59548bf39c6b67b93052472791dcc8d93b6f9c..9758181c724bd080a3e40c905fde0322e47e008e 100644
(file)
--- a/
src/common/http.cpp
+++ b/
src/common/http.cpp
@@
-103,7
+103,7
@@
wxString wxHTTP::GetHeader(const wxString& header) const
{
wxHeaderIterator it = FindHeader(header);
- return it == m_headers.end() ? wx
EmptyString
: it->second;
+ return it == m_headers.end() ? wx
GetEmptyString()
: it->second;
}
void wxHTTP::SetPostBuffer(const wxString& post_buf)