wxWidgets/include/wx/html
Vadim Zeitlin 012baf1ff2 Remove unnecessary heap allocations in wxHtmlDCRenderer
Make m_Parser and m_FS simple objects instead of pointers as it's
completely unnecessary to allocate them on the heap here.

Note that both wxHtmlWinParser (by explicitly including its header) and
wxFileSystem (which is implicitly included via wx/html/htmlpars.h) are
fully declared in the header, so using pointers doesn't even help with
reducing compilation dependencies.

No real changes.
2018-08-25 14:29:25 +02:00
..
forcelnk.h
helpctrl.h
helpdata.h
helpdlg.h
helpfrm.h
helpwnd.h
htmlcell.h Remove "known_pagebreaks" from wxHtmlCell::AdjustPagebreak() 2018-05-24 18:12:40 +02:00
htmldefs.h
htmlfilt.h
htmlpars.h
htmlproc.h
htmltag.h
htmlwin.h Fix misspellings in comments and documentation 2018-07-31 13:20:17 +02:00
htmprint.h Remove unnecessary heap allocations in wxHtmlDCRenderer 2018-08-25 14:29:25 +02:00
m_templ.h
styleparams.h
webkit.h
winpars.h