summaryrefslogtreecommitdiff
path: root/src/ui/modal_progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/modal_progress.cpp')
-rw-r--r--src/ui/modal_progress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/modal_progress.cpp b/src/ui/modal_progress.cpp
index f60b324a..1213de7e 100644
--- a/src/ui/modal_progress.cpp
+++ b/src/ui/modal_progress.cpp
@@ -28,7 +28,7 @@
namespace ui {
namespace modals {
-Progress::Progress(Screen* host, std::string title_text) : Modal(host) {
+Progress::Progress(Screen* host, std::pmr::string title_text) : Modal(host) {
lv_obj_set_layout(root_, LV_LAYOUT_FLEX);
lv_obj_set_flex_flow(root_, LV_FLEX_FLOW_COLUMN);
lv_obj_set_flex_align(root_, LV_FLEX_ALIGN_SPACE_EVENLY, LV_FLEX_ALIGN_CENTER,