mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
initialize uninitialized variable
This commit is contained in:
parent
08c4bf319f
commit
c56d3ad812
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ Item::Item (Canvas* canvas)
|
|||
, Outline (*this)
|
||||
, _canvas (canvas)
|
||||
, _parent (0)
|
||||
, _scroll_parent (0)
|
||||
, _visible (true)
|
||||
, _bounding_box_dirty (true)
|
||||
, _ignore_events (false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue