diff options
Diffstat (limited to 'test/dw_example.cc')
-rw-r--r-- | test/dw_example.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_example.cc b/test/dw_example.cc index b3f46b5f..ba551b91 100644 --- a/test/dw_example.cc +++ b/test/dw_example.cc @@ -56,7 +56,7 @@ int main(int argc, char **argv) styleAttrs.backgroundColor = dw::core::style::Color::create (layout, 0xffffff); - dw::core::style::Style *widgetStyle = + dw::core::style::Style *widgetStyle = dw::core::style::Style::create (layout, &styleAttrs); dw::Textblock *textblock = new dw::Textblock (false); |