diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 21:03:14 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 21:03:14 +0100 |
commit | 728e69c56a0fd440af3ae0e2c3d18ab263ad248a (patch) | |
tree | fac5b50f2db77e6b218c3846e088a7305bf03a8c /src/css.hh | |
parent | 05581a769d934cf6231cd112c917ddde949354b4 (diff) |
insert rules in correct order
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ class CssStyleSheet { delete get (i); }; + void insert (CssRule *rule); inline bool equals (lout::object::Object *other) { return this == other; }; inline int hashValue () { return (intptr_t) this; }; }; |