aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/view-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/view-utils.h')
-rw-r--r--calendar/view-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/view-utils.h b/calendar/view-utils.h
index c334bbd6d3..ea6e885eb0 100644
--- a/calendar/view-utils.h
+++ b/calendar/view-utils.h
@@ -20,7 +20,7 @@ enum {
void view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, GdkRectangle *area,
- int flags, Calendar *calendar, time_t start, time_t end);
+ int flags, GList *events, time_t start, time_t end);
#endif