replace ArrayRange by tcb::span (reproduction of std::span)

This commit is contained in:
Garux
2021-10-24 08:32:10 +03:00
parent 4726542134
commit d812cbd4d4
30 changed files with 544 additions and 158 deletions

View File

@@ -99,7 +99,7 @@ void Brush_constructPreferences( PreferencesPage& page ){
page.appendCombo(
"New map Brush Type",
g_brushType,
STRING_ARRAY_RANGE( names )
StringArrayRange( names )
);
}
// d1223m