mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Initialize uninitialized variable (show foldback sends)
This commit is contained in:
parent
c2b25b453e
commit
4bd90dec5f
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ FoldbackStrip::FoldbackStrip (Mixer_UI& mx, Session* sess, boost::shared_ptr<Rou
|
||||||
, RouteUI (sess)
|
, RouteUI (sess)
|
||||||
, _mixer(mx)
|
, _mixer(mx)
|
||||||
, _mixer_owned (true)
|
, _mixer_owned (true)
|
||||||
|
, _showing_sends (false)
|
||||||
, _width (80)
|
, _width (80)
|
||||||
, _pr_selection ()
|
, _pr_selection ()
|
||||||
, panners (sess)
|
, panners (sess)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue