summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h2
1 files changed, 1 insertions, 1 deletions
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);