X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54da4255a20216b070ec044ae2b8af75e9f2681f..0b165ed6b209ea9f5ddd7bfb1813c6f0718a9a3d:/include/wx/generic/helpxlp.h diff --git a/include/wx/generic/helpxlp.h b/include/wx/generic/helpxlp.h index 823b5b936f..ee074e7f2b 100644 --- a/include/wx/generic/helpxlp.h +++ b/include/wx/generic/helpxlp.h @@ -16,8 +16,7 @@ #pragma interface "helpxlp.h" #endif -#include -#include "wx/wx.h" +#include "wx/defs.h" #if wxUSE_HELP @@ -104,6 +103,11 @@ class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase virtual bool DisplayBlock(long blockNo); virtual bool KeywordSearch(const wxString& k); + virtual bool DisplaySection(const wxString& section) + { + return wxHelpControllerBase::DisplaySection(section); + } + virtual bool Quit(void); virtual void OnQuit(void);