]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed apparent typo (int->wxWindowID)
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Mar 2000 18:46:27 +0000 (18:46 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Mar 2000 18:46:27 +0000 (18:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpfrm.h

index 437314805bd49a4c5e5b83aaf415db141ae08731..053f1c90df5d3a75f29846832ad932e710db76ee 100644 (file)
@@ -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,