From adaba10aa7d8e504d3d10bfda42cb79b3ade459e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 30 Apr 2025 11:07:25 +0200 Subject: core: add getters and setters for Participant --- ui/tests/participant_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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(participant); auto window = Gtk::Window{}; -- cgit v1.2.3