diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-21 19:34:25 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-21 19:34:25 +0100 |
commit | 9749792de478f44b82f3d4a5f47a740dd82e6421 (patch) | |
tree | 44ce70277bcd85849a7392466f7e43085e707509 /src/css.hh | |
parent | 1fdebea2331ddd694af844adf6bf3d4ad6789928 (diff) |
move assert from CssSelector::match() to CssRule constructor
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ class CssSelector { inline CssSimpleSelector *top () { return &selectorList->getRef (selectorList->size () - 1)->selector; }; - + inline int size () { return selectorList->size (); }; bool match (Doctree *dt); void print (); inline void ref () { refCount++; } |