From 848a90b1128f0ce3d0bc0a18f989b293aca2de7c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 7 Apr 2012 04:18:16 +0000 Subject: [PATCH] wxHtmlHelpController derives from wxHelpControllerBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/html/helpctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/html/helpctrl.h b/interface/wx/html/helpctrl.h index 9b221131c2..0d5bece059 100644 --- a/interface/wx/html/helpctrl.h +++ b/interface/wx/html/helpctrl.h @@ -37,7 +37,7 @@ @see wxBestHelpController, wxHtmlHelpFrame, wxHtmlHelpDialog, wxHtmlHelpWindow, wxHtmlModalHelp */ -class wxHtmlHelpController +class wxHtmlHelpController : public wxHelpControllerBase { public: /**