diff options
author | Alexander <[email protected]> | 2014-09-25 13:32:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-25 13:32:54 +0200 |
commit | fe2b5a8d20ed88827051f70bd8a15c753f84ec3f (patch) | |
tree | 0541c445e869e79a1512bb99de00e11366e471ce /libview | |
parent | 51644b243c9093bd48f1e4fccf14ec53301db3ac (diff) | |
download | atril-fe2b5a8d20ed88827051f70bd8a15c753f84ec3f.tar.bz2 atril-fe2b5a8d20ed88827051f70bd8a15c753f84ec3f.tar.xz |
Fix FTBFS of atril when build with the clang compiler
Closes https://github.com/mate-desktop/atril/issues/82
Diffstat (limited to 'libview')
-rwxr-xr-x | libview/ev-view.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index b7b5973d..c39137c1 100755 --- 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) @@ -6605,4 +6606,4 @@ ev_view_disconnect_handlers(EvView *view) g_signal_handlers_disconnect_by_func(view->model, G_CALLBACK (ev_view_document_changed_cb), view); -}
\ No newline at end of file +} |