From d3b8a493af8caac8563685d2094123ba7e2c65bd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 31 May 2013 21:02:29 +0100 Subject: cw handle can't be const. --- desktop/treeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/treeview.h') diff --git a/desktop/treeview.h b/desktop/treeview.h index 6969ea60a..2f4e0c80d 100644 --- a/desktop/treeview.h +++ b/desktop/treeview.h @@ -86,7 +86,7 @@ nserror treeview_create(struct treeview **tree, const struct treeview_callback_table *callbacks, int n_fields, struct treeview_field_desc fields[], const struct core_window_callback_table *cw_t, - const struct core_window *cw); + struct core_window *cw); nserror treeview_destroy(struct treeview *tree); -- cgit v1.2.3