13
0

maybe fix a gcc error/warning

This commit is contained in:
Paul Davis 2021-08-13 16:03:36 -06:00
parent 55025cc82a
commit fe271f04c7

View File

@ -42,7 +42,7 @@ Trigger::Trigger (size_t n, TriggerBox& b)
, _index (n)
, _next_trigger (-1)
, _launch_style (Toggle)
, _follow_action { { NextTrigger }, { Stop } }
, _follow_action { NextTrigger, Stop }
, _follow_action_probability (100)
, _quantization (Temporal::BBT_Offset (0, 1, 0))
{