X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65afac3fbc6115b899045d767af823fc3abd7322..d022d3649e7fea5a182667121ceeab00e50a8c49:/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);