Apply suggestions from code review

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2021-11-05 09:41:39 +01:00
committed by GitHub
parent 0921d0508a
commit 8613f3aa6b
3 changed files with 5 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ public:
bool m_creating;
#if wxUSE_WEBVIEW_WEBKIT2
// This methods needs to be public to make it callable from a callback
// This method needs to be public to make it callable from a callback
void ProcessJavaScriptResult(GAsyncResult *res, wxWebKitRunScriptParams* params) const;
#endif