diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-28 00:58:21 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-28 00:58:21 +0200 |
commit | 4c47a19af4349ba45833ff37406f78bba1fde5ef (patch) | |
tree | cb22f4a523f4ff883c525378fb68c50e31c3d536 /test/dw_table.cc | |
parent | c0135425bdb0bdaeed57c99638e8bbeb94a5c17d (diff) |
Split up dw::TableCell in dw::AlignedTableCell (was: dw::TableCell) and dw::SimpleTableCell (derived from dw::Textblock). The HTML parser now uses only one of these two classes for table cells, not dw::Textblock anymore.
Diffstat (limited to 'test/dw_table.cc')
-rw-r--r-- | test/dw_table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dw_table.cc b/test/dw_table.cc index 5416d05b..9bec1a09 100644 --- a/test/dw_table.cc +++ b/test/dw_table.cc @@ -26,7 +26,6 @@ #include "../dw/fltkcore.hh" #include "../dw/fltkviewport.hh" #include "../dw/table.hh" -#include "../dw/tablecell.hh" using namespace dw; using namespace dw::core; |