]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
Updated ten thousand macros for new event type code.
[wxWidgets.git] / include / wx / html / helpctrl.h
index b052c83e9416974d5a0b3c144ce92cda2b8d2b16..4a247371a1ea3c12745a0879b547afbb7981597d 100644 (file)
@@ -70,6 +70,7 @@ class WXDLLEXPORT wxHtmlHelpController : public wxHelpControllerBase // wxEvtHan
         virtual void SetViewer(const wxString& WXUNUSED(viewer), long WXUNUSED(flags) = 0) {}
         virtual bool LoadFile(const wxString& file = "");
         virtual bool DisplaySection(int sectionNo);
+        virtual bool DisplaySection(const wxString& section) { return Display(section); }
         virtual bool DisplayBlock(long blockNo) { return DisplaySection(blockNo); }
         virtual void SetFrameParameters(const wxString& title,
                                    const wxSize& size,