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 e710633c..c5b87fed 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -234,6 +234,7 @@ class CssSelector {
CssSelector (int element = CssSimpleSelector::ELEMENT_ANY,
const char *klass = NULL,
const char *pseudo = NULL, const char *id = NULL);
+ ~CssSelector ();
void addSimpleSelector (Combinator c,
int element = CssSimpleSelector::ELEMENT_ANY,
const char *klass = NULL,