summaryrefslogtreecommitdiff
path: root/gui/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/init.cpp')
-rw-r--r--gui/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
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());