From 4d99d22e10a3cb2a421da1618c127128816613c9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 26 Sep 2023 13:36:07 +1000 Subject: std::string -> std::pmr::string in psram --- src/ui/modal_progress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/modal_progress.cpp') 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, -- cgit v1.2.3