css: Add const to _gtk_css_selector_tree_match_all arg

This commit is contained in:
Alexander Larsson
2012-11-29 17:55:26 +01:00
parent d69c6fff7a
commit 42716cb60f
2 changed files with 2 additions and 2 deletions

View File

@ -1699,7 +1699,7 @@ direct_ptr_compare (const void *_a, const void *_b)
}
GPtrArray *
_gtk_css_selector_tree_match_all (GtkCssSelectorTree *tree,
_gtk_css_selector_tree_match_all (const GtkCssSelectorTree *tree,
const GtkCssMatcher *matcher)
{
GHashTable *res;