diff options
Diffstat (limited to 'test/dw_links2.cc')
-rw-r--r-- | test/dw_links2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_links2.cc b/test/dw_links2.cc index 2ec10d0d..b8e8c55b 100644 --- a/test/dw_links2.cc +++ b/test/dw_links2.cc @@ -130,7 +130,7 @@ int main(int argc, char **argv) Style *widgetStyle = Style::create (layout, &styleAttrs); - Textblock *textblock = new Textblock (false, 100); + Textblock *textblock = new Textblock (false); textblock->setStyle (widgetStyle); layout->setWidget (textblock); |