]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp
[wxWidgets.git] / src / html / htmlpars.cpp
index dc572b0a89830970ce9627ab41e792074eea4d5b..1b9c06726d608765b2c68e8766aa07188cb01e59 100644 (file)
@@ -110,7 +110,7 @@ void wxHtmlParser::DoParsing(int begin_pos, int end_pos)
 
         else if (c == '<')  
            {
 
         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) 
                {
 
             if (templen) 
                {