13
0

triggerbox: fix enum (compiler should have noticed this)

This commit is contained in:
Paul Davis 2022-01-20 14:15:25 -07:00
parent b884f7c534
commit 8ddf057553

View File

@ -410,7 +410,7 @@ Trigger::set_use_follow_length (bool ufl)
bool
Trigger::internal_use_follow_length () const
{
return (_follow_action0.val().type != None) && _use_follow_length;
return (_follow_action0.val().type != FollowAction::None) && _use_follow_length;
}
void