aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-15 20:15:39 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-15 20:15:39 +0100
commitcce1eb34d191949cec25440a36b2477f3b3a8fe5 (patch)
treeca8f872b1bada7046d8164afccbf238074005d62 /src/styleengine.cc
parent1fc92576c6c97dc83d0869e6e9d76ae0be9b61ae (diff)
initialize wordStyle
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index a4a59173..bd8d440b 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -39,6 +39,7 @@ StyleEngine::StyleEngine (dw::core::Layout *layout) {
style_attrs.backgroundColor = Color::create (layout, 0xffffff);
n->style = Style::create (layout, &style_attrs);
+ n->wordStyle = NULL;
n->pseudo = NULL;
}