aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index b299adab..805f2c5c 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -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; };
};