Make wxWebView::RunScript() const

This commit is contained in:
Tobias Taschner
2021-02-05 22:17:35 +01:00
parent e88b55bfe1
commit d17e8978a6
12 changed files with 24 additions and 24 deletions

View File

@@ -660,7 +660,7 @@ public:
version 3.1.1.
@return @true if there is a result, @false if there is an error.
*/
virtual bool RunScript(const wxString& javascript, wxString* output = NULL) = 0;
virtual bool RunScript(const wxString& javascript, wxString* output = NULL) const = 0;
/**
Set the editable property of the web control. Enabling allows the user