diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 12:19:45 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 12:19:45 +0200 |
| commit | 0c5b0e03345d31406963e8ed8348a8c77ebe6352 (patch) | |
| tree | a5ceb9754f779912f3b9ca536a442de793285e56 /gui/tests | |
| parent | f50ec041a0f6fa036305ab5d5bdbdb9116b48024 (diff) | |
| download | turns-0c5b0e03345d31406963e8ed8348a8c77ebe6352.tar.xz turns-0c5b0e03345d31406963e8ed8348a8c77ebe6352.zip | |
gui: fix test compilation errors
Diffstat (limited to 'gui/tests')
| -rw-r--r-- | gui/tests/participant_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tests/participant_editor.cpp b/gui/tests/participant_editor.cpp index 3efa112..8f6f7d3 100644 --- a/gui/tests/participant_editor.cpp +++ b/gui/tests/participant_editor.cpp @@ -180,6 +180,7 @@ namespace Turns::gui::tests } } } +} // auto participant = Participant::create(default_name, default_priority, default_disposition); // auto instance = std::make_shared<ParticipantEditor>(nullptr); |
