Add a missing static

This commit is contained in:
Matthias Clasen 2011-11-19 18:08:18 -05:00
parent 5e11bf18d5
commit f2569ba92b

View File

@ -3089,7 +3089,7 @@ _gtk_tree_view_accessible_remove (GtkTreeView *treeview,
/* NB: id is not checked, only columns < id are.
* This is important so the function works for notification of removal of a column */
guint
static guint
to_visible_column_id (GtkTreeView *treeview,
guint id)
{