From 85b1b7b36b1aa8c7acadef5d74708ce4a3a79ef3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 9 Jun 2025 08:53:35 +0200 Subject: gui: make ParticipantRow default constructible --- gui/include/participant_row.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/include') diff --git a/gui/include/participant_row.hpp b/gui/include/participant_row.hpp index 1388e41..dd0eeea 100644 --- a/gui/include/participant_row.hpp +++ b/gui/include/participant_row.hpp @@ -32,7 +32,8 @@ namespace Turns::gui "toggle_defeated", }; - ParticipantRow(Glib::RefPtr participant); + ParticipantRow(); + explicit ParticipantRow(Glib::RefPtr participant); auto delete_enabled() -> Glib::PropertyProxy; auto edit_enabled() -> Glib::PropertyProxy; -- cgit v1.2.3