summaryrefslogtreecommitdiff
path: root/gui/src/participant_row.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/participant_row.cpp')
-rw-r--r--gui/src/participant_row.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/participant_row.cpp b/gui/src/participant_row.cpp
index 52f0b69..e01da67 100644
--- a/gui/src/participant_row.cpp
+++ b/gui/src/participant_row.cpp
@@ -6,6 +6,7 @@
#include "participant_row.hpp"
#include "messages.hpp"
+#include "resources.hpp"
#include "template_widget.hpp"
#include <turnsmm/participant.hpp>
@@ -33,7 +34,7 @@ namespace Turns::gui
namespace
{
auto constexpr static TYPE_NAME = "ParticipantRow";
- auto constexpr static TEMPLATE = "/ch/arknet/Turns/participant_row.ui";
+ auto constexpr static TEMPLATE = resource::participant_row_ui;
auto css_class_for(Participant::Disposition value) -> Glib::ustring
{