mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initialization.
Only "most derived" classes can initialize virtual base classes (SessionHandlePtr)
This commit is contained in:
parent
384d05dd35
commit
c31435b474
12 changed files with 17 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue