diff --git a/samples/webview/webview.cpp b/samples/webview/webview.cpp index 810aaf5322..a3fe583a57 100644 --- a/samples/webview/webview.cpp +++ b/samples/webview/webview.cpp @@ -736,7 +736,7 @@ void WebFrame::OnFindText(wxCommandEvent& evt) { count++; } - wxLogMessage("Searching for:%s current match:%i/%i", m_findText.c_str(), count, m_findCount); + wxLogMessage("Searching for:%s current match:%li/%i", m_findText.c_str(), count, m_findCount); } /**