diff options
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r-- | gtk/gtktreemodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h index 09109a8a1b..e498a14605 100644 --- a/gtk/gtktreemodel.h +++ b/gtk/gtktreemodel.h @@ -126,7 +126,7 @@ void gtk_tree_path_prepend_index (GtkTreePath *path, gint gtk_tree_path_get_depth (GtkTreePath *path); gint *gtk_tree_path_get_indices (GtkTreePath *path); void gtk_tree_path_free (GtkTreePath *path); -GtkTreePath *gtk_tree_path_copy (GtkTreePath *path); +GtkTreePath *gtk_tree_path_copy (const GtkTreePath *path); GType gtk_tree_path_get_type (void); gint gtk_tree_path_compare (const GtkTreePath *a, const GtkTreePath *b); |