Mercurial > dillo_port1.3
changeset 664:109eaf60aea2
add comment about inheritBackgroundColor()
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Tue, 09 Dec 2008 22:24:03 +0100 |
parents | fbeaa9990ff3 |
children | 27f80ecc3792 |
files | src/styleengine.hh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/styleengine.hh Tue Dec 09 22:04:26 2008 +0100 +++ b/src/styleengine.hh Tue Dec 09 22:24:03 2008 +0100 @@ -52,7 +52,7 @@ 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;