From c31435b474f8f87c33e6bc676115d20303857fe6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 Jun 2016 15:47:39 -0400 Subject: RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initialization. Only "most derived" classes can initialize virtual base classes (SessionHandlePtr) --- gtk2_ardour/automation_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 3262898d13..564443a7f3 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -84,7 +84,7 @@ AutomationTimeAxisView::AutomationTimeAxisView ( const string & nom, const string & nomparent ) - : AxisView (s) + : SessionHandlePtr (s) , TimeAxisView (s, e, &parent, canvas) , _route (r) , _control (c) -- cgit v1.2.3