diff options
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index b03824c143..9749a4ddb2 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -345,7 +345,7 @@ gtk_tree_path_free (GtkTreePath *path) * Return value: A new #GtkTreePath. **/ GtkTreePath * -gtk_tree_path_copy (GtkTreePath *path) +gtk_tree_path_copy (const GtkTreePath *path) { GtkTreePath *retval; |