mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
triggerbox (UI): initialize member variable to null
This commit is contained in:
parent
029231b8ef
commit
b0914bbc41
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ TriggerBoxUI::TriggerBoxUI (ArdourCanvas::Item* parent, TriggerBox& tb)
|
|||
: Box (parent, Box::Vertical)
|
||||
, _triggerbox (tb)
|
||||
, file_chooser (0)
|
||||
, _context_menu (0)
|
||||
{
|
||||
set_homogenous (true);
|
||||
set_spacing (16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue