mirror of https://github.com/BOINC/boinc.git
MGR: Fix compile break on Mac
This commit is contained in:
parent
4ed5476f25
commit
03e039357b
|
@ -250,7 +250,7 @@ void CNoticeListCtrl::OnLinkClicked( wxWebViewEvent& event ) {
|
||||||
|
|
||||||
void CNoticeListCtrl::OnWebViewError( wxWebViewEvent& event ) {
|
void CNoticeListCtrl::OnWebViewError( wxWebViewEvent& event ) {
|
||||||
fprintf(stderr, "wxWebView error: target=%s, URL=%s\n",
|
fprintf(stderr, "wxWebView error: target=%s, URL=%s\n",
|
||||||
event.GetTarget().c_str(), event.GetURL().c_str());
|
(event.GetTarget().ToStdString()).c_str(), (event.GetURL().ToStdString()).c_str());
|
||||||
|
|
||||||
event.Skip();
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue