From f5b9cde232a7cb63b43c9d0210c440959c1f344f Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 5 Mar 2000 18:46:27 +0000 Subject: [PATCH] Fixed apparent typo (int->wxWindowID) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpfrm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index 437314805b..053f1c90df 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -95,7 +95,7 @@ class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame public: wxHtmlHelpFrame(wxHtmlHelpData* data = NULL) { Init(data); } - wxHtmlHelpFrame(wxWindow* parent, int wxWindowID, + wxHtmlHelpFrame(wxWindow* parent, wxWindowID wxWindowID, const wxString& title = wxEmptyString, int style = wxHF_DEFAULTSTYLE, wxHtmlHelpData* data = NULL); bool Create(wxWindow* parent, wxWindowID id, const wxString& title = wxEmptyString, -- 2.50.0