aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 21:03:14 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 21:03:14 +0100
commit728e69c56a0fd440af3ae0e2c3d18ab263ad248a (patch)
treefac5b50f2db77e6b218c3846e088a7305bf03a8c /src/css.hh
parent05581a769d934cf6231cd112c917ddde949354b4 (diff)
insert rules in correct order
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; };
};