1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Make WIDGETS_END constexpr

This commit is contained in:
Hielke Morsink
2021-09-26 11:11:42 +02:00
committed by GitHub
parent 2ba515fb37
commit 9dd9b27db4
74 changed files with 139 additions and 139 deletions

View File

@@ -170,7 +170,7 @@ static std::vector<rct_widget> _window_editor_object_selection_widgets = {
MakeTab ({ 3, 17}, STR_STRING_DEFINED_TOOLTIP ),
// Copied object type times...
{ WIDGETS_END }
WIDGETS_END,
};
#pragma endregion