Fix unused warning in sample
This commit is contained in:
@@ -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');");
|
||||
}
|
||||
|
Reference in New Issue
Block a user