mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
triggerbox UI: fix uninitialized member variable
This commit is contained in:
parent
d8c90decf3
commit
7f2b09085e
1 changed files with 1 additions and 1 deletions
|
|
@ -128,8 +128,8 @@ private:
|
|||
|
||||
PassThru::PassThru (Item* parent)
|
||||
: ArdourCanvas::Rectangle (parent)
|
||||
, _enabled (false)
|
||||
{
|
||||
set_enabled (false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue