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/include/modal_progress.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/include/modal_progress.hpp') diff --git a/src/ui/include/modal_progress.hpp b/src/ui/include/modal_progress.hpp index 96897029..f312d509 100644 --- a/src/ui/include/modal_progress.hpp +++ b/src/ui/include/modal_progress.hpp @@ -19,7 +19,7 @@ namespace modals { class Progress : public Modal { public: - Progress(Screen*, std::string title); + Progress(Screen*, std::pmr::string title); private: lv_obj_t* container_; -- cgit v1.2.3