]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
Added missing include
[wxWidgets.git] / src / html / m_tables.cpp
index 54515038f9c2d716813a206eb1237fdf6188bc2d..f50de26c79ec8175f00791be58360c1b040a519f 100644 (file)
@@ -681,7 +681,7 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH")
 
             oldcont = c = m_WParser->OpenContainer();
 
-            m_Table = new wxHtmlTableCell(c, tag);
+            m_Table = new wxHtmlTableCell(c, tag, m_WParser->GetPixelScale());
 
             // width:
             {