From d21f29cb14b54e60e895dbeb5e8a9cfe97d62dc7 Mon Sep 17 00:00:00 2001 From: zjeffer <4633209+zjeffer@users.noreply.github.com> Date: Tue, 4 Jul 2023 23:05:26 +0200 Subject: [PATCH] Fixed build warnings --- include/modules/mpris/mpris.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/modules/mpris/mpris.hpp b/include/modules/mpris/mpris.hpp index a0aee3b..ad4dac1 100644 --- a/include/modules/mpris/mpris.hpp +++ b/include/modules/mpris/mpris.hpp @@ -66,9 +66,9 @@ class Mpris : public ALabel { int album_len_; int title_len_; int dynamic_len_; - std::string dynamic_separator_; - std::vector dynamic_order_; std::vector dynamic_prio_; + std::vector dynamic_order_; + std::string dynamic_separator_; bool truncate_hours_; bool tooltip_len_limits_; std::string ellipsis_;