From eee83c25a9e1e182d0ce1d90f5469b0a836f082c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 2 Jun 2016 08:54:33 -0400 Subject: make all TimeAxisView derived types return PresentationInfo for sorting --- gtk2_ardour/vca_time_axis.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/vca_time_axis.cc') diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc index fc593369ac..742cbd412e 100644 --- a/gtk2_ardour/vca_time_axis.cc +++ b/gtk2_ardour/vca_time_axis.cc @@ -274,3 +274,9 @@ VCATimeAxisView::drop_release (GdkEventButton*) return true; } + +PresentationInfo const & +VCATimeAxisView::presentation_info () const +{ + return _vca->presentation_info(); +} -- cgit v1.2.3