aboutsummaryrefslogtreecommitdiff
path: root/src/table.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-07-06 22:16:50 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-07-06 22:16:50 +0200
commit00478d5500000df83738d35da3360a89900ee22c (patch)
tree0df78627c874ec63c0b3002e5de61fa09f901c6e /src/table.cc
parent76c4bf8a1cc85d9cd15c0bb6817a7fe92c5e6eaa (diff)
use CssLength
Diffstat (limited to 'src/table.cc')
-rw-r--r--src/table.cc2
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