summaryrefslogtreecommitdiff
path: root/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h
index afa40e8..18a07bf 100644
--- a/include/view.h
+++ b/include/view.h
@@ -24,7 +24,7 @@ view_class *view_base_get_vclass(void);
view_class *view_viewer_get_vclass(void);
/* view data */
-struct view_data {
+struct view_update_data {
Eina_List *list;
int index;
};