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:
@@ -250,7 +250,7 @@ private:
|
||||
#endif
|
||||
|
||||
// clang-format off
|
||||
enum WINDOW_OBJECT_LOAD_ERROR_WIDGET_IDX {
|
||||
enum WindowObjectLoadErrorWidgetIdx {
|
||||
WIDX_BACKGROUND,
|
||||
WIDX_TITLE,
|
||||
WIDX_CLOSE,
|
||||
|
||||
Reference in New Issue
Block a user