diff options
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 28ce5231..a35411ee 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -114,7 +114,8 @@ struct _DilloLinkImage { }; struct _DilloHtmlState { - dw::core::style::Style *style, *table_cell_style; +// dw::core::style::Style *style, *table_cell_style; + dw::core::style::Style *table_cell_style; DilloHtmlParseMode parse_mode; DilloHtmlTableMode table_mode; bool cell_text_align_set; |