diff options
Diffstat (limited to 'ui/tests')
| -rw-r--r-- | ui/tests/participant_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/participant_editor.cpp b/ui/tests/participant_editor.cpp index d222598..0d2ab13 100644 --- a/ui/tests/participant_editor.cpp +++ b/ui/tests/participant_editor.cpp @@ -70,7 +70,7 @@ namespace turns::ui::tests auto locale = GENERATE("en_US.UTF-8", "de_CH.UTF-8"); setlocale(LC_ALL, locale); - auto participant = core::participant::create("Qibi Babblebranch", 12, core::disposition::neutral); + auto participant = core::Participant::create("Qibi Babblebranch", 12, core::disposition::neutral); auto instance = std::make_shared<ParticipantEditor>(participant); auto window = Gtk::Window{}; |
