X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e622163d05d0813bd6fa4223c18e0ec2f6dc074..d5ae99f5e8dca72f160d7002576a3736dccb6f65:/include/wx/protocol/http.h?ds=sidebyside diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index 762633ead7..f87227bc38 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -52,13 +52,15 @@ protected: }; typedef wxStringToStringHashMap::iterator wxHeaderIterator; + typedef wxStringToStringHashMap::const_iterator wxHeaderConstIterator; bool BuildRequest(const wxString& path, wxHTTP_Req req); void SendHeaders(); bool ParseHeaders(); // find the header in m_headers - wxHeaderIterator FindHeader(const wxString& header) const; + wxHeaderIterator FindHeader(const wxString& header); + wxHeaderConstIterator FindHeader(const wxString& header) const; // deletes the header value strings void ClearHeaders();