diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 22:24:03 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 22:24:03 +0100 |
commit | 723e1832493e1c89ea1904e9e077eab23708bb53 (patch) | |
tree | 4cca81f7ad6216a829ea008ab48102ab0aa6e9d0 /src/styleengine.hh | |
parent | d8a40e0d048f7ce6073be3fb92b621fc42b5d3f4 (diff) |
add comment about inheritBackgroundColor()
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
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; |