From 10e15790894fc17d2f29c35ed36b715ee4738f4b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 5 Sep 2025 14:12:00 -0500 Subject: [PATCH] .......... --- extern/pfd-fixed/portable-file-dialogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/pfd-fixed/portable-file-dialogs.h b/extern/pfd-fixed/portable-file-dialogs.h index 134cc6cf7..6d152670e 100644 --- a/extern/pfd-fixed/portable-file-dialogs.h +++ b/extern/pfd-fixed/portable-file-dialogs.h @@ -653,7 +653,7 @@ inline void internal::executor::start(int exit_code) inline void internal::executor::start_process(std::vector const &command) { printf("---- WILL EXECUTE:\n"); - for (std::string& i: command) { + for (const std::string& i: command) { printf("- %s\n",i.c_str()); } printf("END\n");