Josh, >> Air > nm /opt/local/lib/libwx_osx_cocoau_html-2.9.dylib | c++filt | grep >> SetHTMLWindowTitle >> 000000000004284a T wxHtmlWindow::SetHTMLWindowTitle(wxString const&) >> 0000000000063250 T wxHtmlListBox::SetHTMLWindowTitle(wxString const&) >> 000000000004285c T non-virtual thunk to >> wxHtmlWindow::SetHTMLWindowTitle(wxString const&) >> 0000000000063256 T non-virtual thunk to >> wxHtmlListBox::SetHTMLWindowTitle(wxString const&) > > The non-virtual thunks are an implementation detail: > <http://en.wikipedia.org/wiki/Thunk_(object-oriented_programming)>
Thanks for the link; I better understand what that means, but I just can’t figure out why there are, at the same time, both the methods and the “non-virtual thunks”. Vincent _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
