diff options
author | Sebastian Geerken <devnull@localhost> | 2012-09-24 18:23:26 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-09-24 18:23:26 +0200 |
commit | b38df648b637a221bd6d9107de433cbe8107c276 (patch) | |
tree | 084702913cd69886d2987209966fae8cec71bf66 /test/dw_float_test.cc | |
parent | fd3bd017cca30ec144ba19bb46159ffd952d5467 (diff) |
Restructured; new class OutOfFlowManager. Much code removed, will be added again to OutOfFlowManager.
Diffstat (limited to 'test/dw_float_test.cc')
-rw-r--r-- | test/dw_float_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_float_test.cc b/test/dw_float_test.cc index acafeafa..2f4a0d93 100644 --- a/test/dw_float_test.cc +++ b/test/dw_float_test.cc @@ -104,7 +104,7 @@ int main(int argc, char **argv) textblock->addSpace(wordStyle); Textblock *vloat = new Textblock (false); - textblock->addFloatIntoGenerator(vloat, i == 3 ? leftFloatStyle : rightFloatStyle); + textblock->addWidget(vloat, i == 3 ? leftFloatStyle : rightFloatStyle); const char *fWords[] = { "This", "is", "a", "float,", "which", "is", "set", "aside", "from", "the", "main", |