X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e622163d05d0813bd6fa4223c18e0ec2f6dc074..4aae4a085cf105551590b2a999758e0762743352:/include/wx/protocol/http.h 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();