diff options
-rwxr-xr-x | libview/ev-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index c39137c1..db445fe1 100755 --- 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) |