diff options
Diffstat (limited to 'ui/src/init.cpp')
| -rw-r--r-- | ui/src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<void>(ParticipantEditor{{}}); static_cast<void>(ParticipantRow{{}}); - static_cast<void>(preferences{{}}); + static_cast<void>(Preferences{{}}); static_cast<void>(turn_order_view{{}}); } |
