forked from mirror/OpenTTD
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
This commit is contained in:
@@ -836,7 +836,7 @@ public:
|
||||
/* We reset the files filtered */
|
||||
this->OnInvalidateData(SLIWD_FILTER_CHANGES);
|
||||
|
||||
FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
case SLIWD_SELECTION_CHANGES:
|
||||
/* Selection changes */
|
||||
|
Reference in New Issue
Block a user