mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix use of uninitialized value
git-svn-id: svn://localhost/ardour2/branches/3.0@10243 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f1928b85bb
commit
32bf6003c4
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session* sess, Canvas& c
|
|||
, TimeAxisView(sess,ed,(TimeAxisView*) 0, canvas)
|
||||
, _view (0)
|
||||
, parent_canvas (canvas)
|
||||
, no_redraw (false)
|
||||
, button_table (3, 3)
|
||||
, route_group_button (_("g"))
|
||||
, playlist_button (_("p"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue