From 1f4edcf8d1ce507d7b45d3ef33511634154ab48a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 17:04:29 +0200 Subject: ui: rename preferences to Preferences --- ui/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/init.cpp') diff --git a/ui/src/init.cpp b/ui/src/init.cpp index 0e7e96d..22440f4 100644 --- a/ui/src/init.cpp +++ b/ui/src/init.cpp @@ -12,7 +12,7 @@ namespace turns::ui { static_cast(ParticipantEditor{{}}); static_cast(ParticipantRow{{}}); - static_cast(preferences{{}}); + static_cast(Preferences{{}}); static_cast(turn_order_view{{}}); } -- cgit v1.2.3