aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 22:24:03 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 22:24:03 +0100
commit723e1832493e1c89ea1904e9e077eab23708bb53 (patch)
tree4cca81f7ad6216a829ea008ab48102ab0aa6e9d0
parentd8a40e0d048f7ce6073be3fb92b621fc42b5d3f4 (diff)
add comment about inheritBackgroundColor()
-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;