wxWidgets/include/wx/html
Scott Talbert 858248d055 Fix declaration shadow warning in wxHtmlHelpFrame
Fixes this warning:
In file included from ../../include/wx/html/helpctrl.h:19,
                 from ../../include/wx/help.h:27,
                 from ../../include/wx/cshelp.h:18,
                 from ../../tests/allheaders.h:85,
                 from ../../tests/allheaders.cpp:435:
../../include/wx/html/helpfrm.h:74:50: error: declaration of 'wxWindowID' shadows a global declaration [-Werror=shadow]
   74 |     wxHtmlHelpFrame(wxWindow* parent, wxWindowID wxWindowID,
      |                                       ~~~~~~~~~~~^~~~~~~~~~
In file included from ../../include/wx/wxprec.h:12,
                 from ../../tests/testprec.h:4,
                 from ../../tests/allheaders.cpp:433:
../../include/wx/defs.h:1965:13: note: shadowed declaration is here
 1965 | typedef int wxWindowID;
      |             ^~~~~~~~~~

See https://trac.wxwidgets.org/ticket/19153
2021-04-22 07:33:03 -07:00
..
forcelnk.h
helpctrl.h
helpdata.h Make some member functions const 2021-03-17 09:44:48 -07:00
helpdlg.h
helpfrm.h Fix declaration shadow warning in wxHtmlHelpFrame 2021-04-22 07:33:03 -07:00
helpwnd.h Fix wxWindowId parameter type and name in wxHtmlHelpWindow 2020-10-02 15:02:03 +02:00
htmlcell.h Make some member functions const 2021-03-17 09:44:48 -07:00
htmldefs.h
htmlfilt.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
htmlpars.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
htmlproc.h
htmltag.h
htmlwin.h Update wxHtmlWindow on DPI change 2020-11-28 16:56:22 +01:00
htmprint.h Eliminate -Wzero-as-null-pointer-constant warnings in the headers 2020-02-02 23:40:01 -08:00
m_templ.h
styleparams.h
winpars.h Make some member functions const 2021-03-17 09:44:48 -07:00