From 1e3ba90d474f9451866fc8f2009e6ab544f97704 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 25 Sep 2014 13:53:31 +0200 Subject: Make ev_view_set_scroll_adjustments static void --- libview/ev-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libview/ev-view.c') diff --git a/libview/ev-view.c b/libview/ev-view.c index 78261d3a..20f5b600 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -840,7 +840,7 @@ set_scroll_adjustment (EvView *view, } #if !GTK_CHECK_VERSION (3, 0, 0) -void +static void ev_view_set_scroll_adjustments (GtkLayout *layout, GtkAdjustment *hadjustment, GtkAdjustment *vadjustment) -- cgit v1.2.1