diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 17:03:31 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 17:03:31 +0200 |
| commit | 0afcbdc28f038b38d8cd7fe3d80191dc3bf31303 (patch) | |
| tree | 255f7e2c031b1c73a39c220e97ebd58be4379308 /ui/src/init.cpp | |
| parent | 9233c81e68555be6e451e371eccc2914269dd08a (diff) | |
| download | turns-0afcbdc28f038b38d8cd7fe3d80191dc3bf31303.tar.xz turns-0afcbdc28f038b38d8cd7fe3d80191dc3bf31303.zip | |
ui: rename participant_row to ParticipantRow
Diffstat (limited to 'ui/src/init.cpp')
| -rw-r--r-- | ui/src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/init.cpp b/ui/src/init.cpp index 73bd909..0e7e96d 100644 --- a/ui/src/init.cpp +++ b/ui/src/init.cpp @@ -11,7 +11,7 @@ namespace turns::ui auto register_types() -> void { static_cast<void>(ParticipantEditor{{}}); - static_cast<void>(participant_row{{}}); + static_cast<void>(ParticipantRow{{}}); static_cast<void>(preferences{{}}); static_cast<void>(turn_order_view{{}}); } |
