X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65afac3fbc6115b899045d767af823fc3abd7322..4f13428c4f852674c8f8fc99af26d9486bf907db:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index fa3c26e609..4735ed9391 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -105,11 +105,11 @@ public: // Override to add custom buttons to the toolbar virtual void AddToolbarButtons(wxToolBar* WXUNUSED(toolBar), int WXUNUSED(style)) {}; -protected: // we don't want to prevent the app from closing just because a help window // remains opened virtual bool ShouldPreventAppExit() const { return false; } +protected: void Init(wxHtmlHelpData* data = NULL); void OnCloseWindow(wxCloseEvent& event);