13
0

triggerbox (UI): initialize member variable to null

This commit is contained in:
Paul Davis 2021-08-07 15:18:59 -06:00
parent 029231b8ef
commit b0914bbc41

View File

@ -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);