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/include/turns/ui/participant_row.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/include') diff --git a/ui/include/turns/ui/participant_row.hpp b/ui/include/turns/ui/participant_row.hpp index dc72013..ed7b47c 100644 --- a/ui/include/turns/ui/participant_row.hpp +++ b/ui/include/turns/ui/participant_row.hpp @@ -17,7 +17,7 @@ namespace turns::ui { - struct participant_row : template_widget + struct ParticipantRow : template_widget { auto constexpr inline static children = std::array{ "delete", @@ -27,7 +27,7 @@ namespace turns::ui "toggle_defeated", }; - participant_row(Glib::RefPtr participant); + ParticipantRow(Glib::RefPtr participant); auto delete_enabled() -> Glib::PropertyProxy; auto edit_enabled() -> Glib::PropertyProxy; -- cgit v1.2.3