summaryrefslogtreecommitdiff
path: root/src/ui/include/modal_progress.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/include/modal_progress.hpp')
-rw-r--r--src/ui/include/modal_progress.hpp2
1 files changed, 1 insertions, 1 deletions
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_;