diff options
author | Alexander <[email protected]> | 2014-09-25 13:32:54 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-25 13:51:23 +0200 |
commit | 6b13afb617b32c7832c088ea62ab9125e276d0ec (patch) | |
tree | 43df8cd914134c21c844357c119deefe5020a47f | |
parent | 004d1e95fc86e9667eb4aecaf7d8d7a9c33e6ddd (diff) | |
download | atril-6b13afb617b32c7832c088ea62ab9125e276d0ec.tar.bz2 atril-6b13afb617b32c7832c088ea62ab9125e276d0ec.tar.xz |
Fix FTBFS of atril when build with the clang compiler
Closes https://github.com/mate-desktop/atril/issues/82
-rw-r--r-- | 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 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; } } - |