From 0afcbdc28f038b38d8cd7fe3d80191dc3bf31303 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 17:03:31 +0200 Subject: ui: rename participant_row to ParticipantRow --- ui/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/init.cpp') 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(ParticipantEditor{{}}); - static_cast(participant_row{{}}); + static_cast(ParticipantRow{{}}); static_cast(preferences{{}}); static_cast(turn_order_view{{}}); } -- cgit v1.2.3