aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-17 18:38:52 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-17 18:38:52 +0200
commitf8443a8111ed42cd141a0541046ebc1442fcda6c (patch)
treec6faefb91950f4584b87a9804d96e1ac10289f99 /src/styleengine.hh
parentad155f3f9846ba5ff7a8a7546620b9e8f431bb14 (diff)
fix Style leaks in StyleEngine
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 8c119e26..841d5c06 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -24,6 +24,7 @@ class StyleEngine {
CssPropertyList *nonCssProperties;
dw::core::style::Style *style;
dw::core::style::Style *wordStyle;
+ dw::core::style::Style *backgroundStyle;
bool inheritBackgroundColor;
DoctreeNode *doctreeNode;
};