diff options
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; }; }; |