From d3f1e65d8535c88de64f0e388ce4c909f443ea35 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 08:22:48 +0200 Subject: ui: fix namespace --- ui/src/widgets/participant_row.cpp | 2 +- ui/src/widgets/turn_order_view.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/widgets') diff --git a/ui/src/widgets/participant_row.cpp b/ui/src/widgets/participant_row.cpp index 3e058b2..29e9100 100644 --- a/ui/src/widgets/participant_row.cpp +++ b/ui/src/widgets/participant_row.cpp @@ -12,7 +12,7 @@ #include #include -namespace turns::app::widgets +namespace turns::ui::widgets { namespace { diff --git a/ui/src/widgets/turn_order_view.cpp b/ui/src/widgets/turn_order_view.cpp index 78d7c43..66042da 100644 --- a/ui/src/widgets/turn_order_view.cpp +++ b/ui/src/widgets/turn_order_view.cpp @@ -10,7 +10,7 @@ #include -namespace turns::app::widgets +namespace turns::ui::widgets { namespace { -- cgit v1.2.3