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/screen.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/include/screen.hpp') diff --git a/src/ui/include/screen.hpp b/src/ui/include/screen.hpp index f93d17a5..76251a72 100644 --- a/src/ui/include/screen.hpp +++ b/src/ui/include/screen.hpp @@ -64,7 +64,7 @@ class Screen { class MenuScreen : public Screen { public: - MenuScreen(const std::string& title, bool show_back_button = true); + MenuScreen(const std::pmr::string& title, bool show_back_button = true); }; } // namespace ui -- cgit v1.2.3