oops, fixed fatal bug in new HTML parsing code (I wonder why it didn't crash when I played with it yesterday...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-07-02 13:01:30 +00:00
parent b1f5d087c7
commit 367c84b903
2 changed files with 9 additions and 3 deletions

View File

@@ -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)
{