aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styleengine.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 521e760e..1b17cb52 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -52,7 +52,7 @@ class StyleEngine : public Doctree {
void endElement (int tag);
void setPseudo (const char *pseudo);
void setNonCssHints (CssPropertyList *nonCssHints);
- void inheritBackgroundColor ();
+ void inheritBackgroundColor (); /* \todo get rid of this somehow */
inline dw::core::style::Style *style () {
dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style;