diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-11-04 12:07:57 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-11-04 12:07:57 +0100 |
commit | 1b2ef5f668d13761c5c7564743a8f08a78065a66 (patch) | |
tree | fa8f5821235090c1245b50ac022a78e8d5c4033d /src/styleengine.hh | |
parent | 7af7a723ff3f001a075ca22d093a790752021051 (diff) |
some style engine refactoring
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 7cca1475..237008a6 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -36,6 +36,8 @@ class StyleEngine { Doctree *doctree; int importDepth; + void stackPush (); + void stackPop (); void buildUserAgentStyle (); void buildUserStyle (); dw::core::style::Style *style0 (int i); |