Various small code fixups

This commit is contained in:
Tobias Taschner
2020-01-15 16:33:04 +01:00
parent bce0e65a80
commit bf6b51e702
2 changed files with 8 additions and 29 deletions

View File

@@ -128,8 +128,8 @@ protected:
virtual void DoSetPage(const wxString& html, const wxString& baseUrl) wxOVERRIDE;
private:
bool m_initialized = false;
bool m_isBusy = false;
bool m_initialized;
bool m_isBusy;
wxString m_pendingURL;
wxCOMPtr<IWebView2Environment3> m_webViewEnvironment;