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:
@@ -230,8 +230,6 @@ public:
|
||||
|
||||
void Close();
|
||||
|
||||
wxWebSessionImpl* GetImpl() const { return m_impl.get(); }
|
||||
|
||||
private:
|
||||
static void RegisterFactory(const wxString& backend,
|
||||
wxWebSessionFactory* factory);
|
||||
|
Reference in New Issue
Block a user