summaryrefslogtreecommitdiff
path: root/src/ui/screen_playing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/screen_playing.cpp')
-rw-r--r--src/ui/screen_playing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/screen_playing.cpp b/src/ui/screen_playing.cpp
index e0fff095..bd55924d 100644
--- a/src/ui/screen_playing.cpp
+++ b/src/ui/screen_playing.cpp
@@ -96,7 +96,7 @@ auto Playing::control_button(lv_obj_t* parent, char* icon) -> lv_obj_t* {
return button;
}
-auto Playing::next_up_label(lv_obj_t* parent, const std::string& text)
+auto Playing::next_up_label(lv_obj_t* parent, const std::pmr::string& text)
-> lv_obj_t* {
lv_obj_t* button = lv_list_add_btn(parent, NULL, text.c_str());
lv_label_set_long_mode(lv_obj_get_child(button, -1), LV_LABEL_LONG_DOT);