Use wxFALLTHROUGH

This commit is contained in:
Paul Cornett
2018-02-03 22:38:23 -08:00
parent 52a30cde6f
commit fa000d254d

View File

@@ -187,7 +187,7 @@ static void wxGtkTextApplyTagsFromAttr(GtkWidget *text,
align = GTK_JUSTIFY_FILL;
break;
}
// fallthrough
wxFALLTHROUGH;
#endif
default:
align = GTK_JUSTIFY_LEFT;