aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index ffa13ac9..a324b419 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -56,6 +56,7 @@ class StyleEngine : public Doctree {
void setPseudoVisited ();
void setNonCssHints (CssPropertyList *nonCssHints);
void inheritBackgroundColor (); /* \todo get rid of this somehow */
+ dw::core::style::Style *backgroundStyle ();
inline dw::core::style::Style *style () {
dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style;
@@ -71,7 +72,6 @@ class StyleEngine : public Doctree {
else
return wordStyle0 ();
};
-
};
#endif