Fix unused warning in sample
This commit is contained in:
parent
575ae90d85
commit
166d7e2c83
1 changed files with 1 additions and 1 deletions
|
|
@ -1191,7 +1191,7 @@ void WebFrame::OnRunScriptArrayWithEmulationLevel(wxCommandEvent& WXUNUSED(evt))
|
|||
}
|
||||
#endif
|
||||
|
||||
void WebFrame::OnRunScriptMessage(wxCommandEvent & evt)
|
||||
void WebFrame::OnRunScriptMessage(wxCommandEvent& WXUNUSED(evt))
|
||||
{
|
||||
RunScript("window.wx.postMessage('This is a web message');");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue