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/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/init.cpp') diff --git a/gui/src/init.cpp b/gui/src/init.cpp index 378065c..9192d37 100644 --- a/gui/src/init.cpp +++ b/gui/src/init.cpp @@ -15,7 +15,7 @@ auto Turns::gui::init() -> void { - g_type_ensure(ParticipantRow{nullptr}.get_type()); + g_type_ensure(ParticipantRow{}.get_type()); g_type_ensure(ParticipantEditor{nullptr}.get_type()); g_type_ensure(Preferences{}.get_type()); g_type_ensure(Tracker{{}, {}}.get_type()); -- cgit v1.2.3