Apply suggestions from code review

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2021-01-19 19:42:55 +01:00
parent d66b70f224
commit 457b213315
5 changed files with 6 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ public:
void DisablePeerVerify(bool disable) { m_peerVerifyDisabled = disable; }
bool IsPeerVerifyDisabled() { return m_peerVerifyDisabled; }
bool IsPeerVerifyDisabled() const { return m_peerVerifyDisabled; }
void SetState(wxWebRequest::State state, const wxString& failMsg = wxString());