Fix compiler nits.

This commit is contained in:
ArthurSonzogni
2025-03-22 17:30:34 +01:00
parent 96e8b8d92e
commit bc682d25a6
15 changed files with 43 additions and 29 deletions

View File

@@ -46,7 +46,6 @@ struct Global {
int size_y;
};
void Compute(Global& global);
} // namespace ftxui::flexbox_helper