diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:22:48 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:22:48 +0200 |
| commit | d3f1e65d8535c88de64f0e388ce4c909f443ea35 (patch) | |
| tree | 6f0e418e8934d9832ec7ab3f34d2641aed362067 /ui/src/init.cpp | |
| parent | 10a8d40e12b30beec0781deb0af894f66fe3561f (diff) | |
| download | turns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.tar.xz turns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.zip | |
ui: fix namespace
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 f10521a..e1b8cc3 100644 --- a/ui/src/init.cpp +++ b/ui/src/init.cpp @@ -3,7 +3,7 @@ #include "turns/ui/widgets/participant_row.hpp" #include "turns/ui/widgets/turn_order_view.hpp" -namespace turns::app +namespace turns::ui { auto register_types() -> void |
