From 37732d5ccae97d80a9083ae295af018f154edb5a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 16:39:58 +0200 Subject: domain: add basic turn order type --- app/include/turns/app/windows/main.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/include') diff --git a/app/include/turns/app/windows/main.hpp b/app/include/turns/app/windows/main.hpp index a73c966..d98e1a8 100644 --- a/app/include/turns/app/windows/main.hpp +++ b/app/include/turns/app/windows/main.hpp @@ -1,7 +1,7 @@ #ifndef TURNS_APP_WINDOWS_MAIN_WINDOW_HPP #define TURNS_APP_WINDOWS_MAIN_WINDOW_HPP -#include "turns/domain/participant.hpp" +#include "turns/domain/turn_order.hpp" #include #include @@ -31,7 +31,7 @@ namespace turns::app::windows Gtk::ListBox * m_participant_list; AdwWindowTitle * m_title; - Glib::RefPtr> m_participants; + Glib::RefPtr m_participants; }; } // namespace turns::app::windows -- cgit v1.2.3