summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
authorAlexander <[email protected]>2014-09-25 13:32:54 +0200
committerinfirit <[email protected]>2014-09-25 13:51:23 +0200
commit6b13afb617b32c7832c088ea62ab9125e276d0ec (patch)
tree43df8cd914134c21c844357c119deefe5020a47f /libview
parent004d1e95fc86e9667eb4aecaf7d8d7a9c33e6ddd (diff)
downloadatril-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
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.c2
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;
}
}
-