From: Stefan Neis Date: Sun, 5 Mar 2000 18:46:27 +0000 (+0000) Subject: Fixed apparent typo (int->wxWindowID) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5b9cde232a7cb63b43c9d0210c440959c1f344f Fixed apparent typo (int->wxWindowID) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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,