summaryrefslogtreecommitdiff
path: root/src/select/hash.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-12 17:16:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-12 17:16:31 +0000
commitbcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a (patch)
tree74dbe0550203d2267ffab4641d834b435c420353 /src/select/hash.h
parentfeb0de14741e709472952abf5f7101a28a377c07 (diff)
downloadlibcss-bcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a.tar.gz
libcss-bcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a.tar.bz2
CSS3 Namespaces
svn path=/trunk/libcss/; revision=11972
Diffstat (limited to 'src/select/hash.h')
-rw-r--r--src/select/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/hash.h b/src/select/hash.h
index c8a3d36..6b55950 100644
--- a/src/select/hash.h
+++ b/src/select/hash.h
@@ -32,7 +32,7 @@ css_error css__selector_hash_remove(css_selector_hash *hash,
const struct css_selector *selector);
css_error css__selector_hash_find(css_selector_hash *hash,
- lwc_string *name,
+ css_qname *qname,
css_selector_hash_iterator *iterator,
const struct css_selector ***matched);
css_error css__selector_hash_find_by_class(css_selector_hash *hash,