X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/daa616fca06ce77df132d31eda6d1f829b449aad..3e6e2754a688f0db737e18fe4a138f83013ad8e9:/src/html/htmlpars.cpp?ds=sidebyside diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index dc572b0a89..1b9c06726d 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -110,7 +110,7 @@ void wxHtmlParser::DoParsing(int begin_pos, int end_pos) else if (c == '<') { - wxHtmlTag tag(m_Source, i, end_pos, m_Cache); + wxHtmlTag tag(m_Source, i, end_pos, m_Cache, m_entitiesParser); if (templen) {