1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Clang tidy Part 3: Ui Project Enum Names (#15986)

* Enum constant case

* Apply enum names clang tidy

* Rename scoped enum missed by clang-tidy
This commit is contained in:
Duncan
2021-11-26 14:25:34 +00:00
committed by GitHub
parent e3f8ff78b8
commit 90d2be3ddd
46 changed files with 81 additions and 81 deletions

View File

@@ -250,7 +250,7 @@ private:
#endif
// clang-format off
enum WINDOW_OBJECT_LOAD_ERROR_WIDGET_IDX {
enum WindowObjectLoadErrorWidgetIdx {
WIDX_BACKGROUND,
WIDX_TITLE,
WIDX_CLOSE,