Get rid of unnecessary "explicit" in wxJSScriptWrapper
This ctor has more than one argument and so can't be used implicitly.
This commit is contained in:
parent
b22e361245
commit
148c590017
@ -19,8 +19,7 @@
|
||||
class wxJSScriptWrapper
|
||||
{
|
||||
public:
|
||||
|
||||
explicit wxJSScriptWrapper(const wxString& js, int* runScriptCount) : m_jsscript(js)
|
||||
wxJSScriptWrapper(const wxString& js, int* runScriptCount) : m_jsscript(js)
|
||||
{
|
||||
// __wx$counter is used to have a different variable on every
|
||||
// RunScript call, to not lose variable values between calls
|
||||
|
Loading…
Reference in New Issue
Block a user