Remove semi-public wxWebSession::GetImpl()
It's better not to have this method in the public class, even if it means that we need to pass a wxWebSessionImpl object to wxWebRequestImpl ctor explicitly now. No real changes.
This commit is contained in:
@@ -156,7 +156,7 @@ wxWebRequestCURL::wxWebRequestCURL(wxWebSession & session,
|
||||
wxEvtHandler* handler,
|
||||
const wxString & url,
|
||||
int id):
|
||||
wxWebRequestImpl(session, handler, id),
|
||||
wxWebRequestImpl(session, sessionImpl, handler, id),
|
||||
m_sessionImpl(sessionImpl)
|
||||
{
|
||||
m_headerList = NULL;
|
||||
|
||||
Reference in New Issue
Block a user