summaryrefslogtreecommitdiff
path: root/ui/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/init.cpp')
-rw-r--r--ui/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
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<void>(ParticipantEditor{{}});
- static_cast<void>(participant_row{{}});
+ static_cast<void>(ParticipantRow{{}});
static_cast<void>(preferences{{}});
static_cast<void>(turn_order_view{{}});
}