diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-10-17 18:38:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-10-17 18:38:52 +0200 |
commit | f8443a8111ed42cd141a0541046ebc1442fcda6c (patch) | |
tree | c6faefb91950f4584b87a9804d96e1ac10289f99 /src/styleengine.hh | |
parent | ad155f3f9846ba5ff7a8a7546620b9e8f431bb14 (diff) |
fix Style leaks in StyleEngine
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 1 |
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; }; |