]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpwnd.cpp
Remove documentation of non-existent wxFontMapper::SetConfig().
[wxWidgets.git] / src / html / helpwnd.cpp
index dcd41a55bd10b52e43d3a682477d6924b849e68d..3518cb3b2dfd3e9a3b5163e13baf3d63d8cce77b 100644 (file)
@@ -813,7 +813,9 @@ void wxHtmlHelpWindow::DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it)
         wxSingleChoiceDialog dlg(this,
                                  _("Please choose the page to display:"),
                                  _("Help Topics"),
-                                 arr, NULL, wxCHOICEDLG_STYLE & ~wxCENTRE);
+                                 arr,
+                                 (void**)NULL, // No client data
+                                 wxCHOICEDLG_STYLE & ~wxCENTRE);
         if (dlg.ShowModal() == wxID_OK)
         {
             m_HtmlWin->LoadPage(it->items[dlg.GetSelection()]->GetFullPath());