From 6b13afb617b32c7832c088ea62ab9125e276d0ec Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 25 Sep 2014 13:32:54 +0200 Subject: Fix FTBFS of atril when build with the clang compiler Closes https://github.com/mate-desktop/atril/issues/82 --- libview/ev-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libview') diff --git a/libview/ev-view.c b/libview/ev-view.c index 7bb56cae..78261d3a 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -840,6 +840,7 @@ set_scroll_adjustment (EvView *view, } #if !GTK_CHECK_VERSION (3, 0, 0) +void ev_view_set_scroll_adjustments (GtkLayout *layout, GtkAdjustment *hadjustment, GtkAdjustment *vadjustment) @@ -6567,4 +6568,3 @@ ev_view_previous_page (EvView *view) return FALSE; } } - -- cgit v1.2.1