Various small interface changes

This commit is contained in:
Tobias Taschner
2018-11-01 12:12:49 +01:00
parent 17d77fe8ce
commit e6b33cb76c
3 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ public:
void Cancel() wxOVERRIDE;
wxWebResponse* GetResponse() wxOVERRIDE;
wxWebResponse* GetResponse() const wxOVERRIDE;
wxWebAuthChallenge* GetAuthChallenge() const wxOVERRIDE { return m_authChallenge.get(); }