diff options
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.cc b/src/table.cc index ababe37f..9d0eba2e 100644 --- a/src/table.cc +++ b/src/table.cc @@ -45,7 +45,7 @@ void Html_tag_open_table(DilloHtml *html, const char *tag, int tagsize) CssPropertyList props, *table_cell_props; const char *attrbuf; int32_t border = -1, cellspacing = -1, cellpadding = -1, bgcolor = -1; - int cssLength; + CssLength cssLength; #endif |