Make intentionality of switch fallthrough clear

This commit is contained in:
Leroy Hopson 2024-02-10 16:36:48 +13:00
parent 6b1c9d818a
commit fb3fb6855c
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -158,6 +158,7 @@ void Terminal::_notification(int what)
case NOTIFICATION_THEME_CHANGED:
{
update_theme();
[[fallthrough]];
}
case NOTIFICATION_RESIZED:
{