aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-17 17:11:33 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-17 17:11:33 +0100
commit83bcc12f1f34a275ef870d29cf85f458983959be (patch)
tree0fa95acf8c47ccf2c5c214a51495a99e629e227a /src/css.hh
parent9ea78f9f0038861f5c751c49007b139372125604 (diff)
add CssSelector destructor
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,