BAN: Fix Array and Vector span constness

This commit is contained in:
2025-10-27 02:50:16 +02:00
parent d93fcff5db
commit 37aef630d2
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ private:
Command command;
BAN::Span<const BAN::String> arguments;
BAN::Span<const Environment> environments;
BAN::Span<Redirection> redirections;
BAN::Span<const Redirection> redirections;
int fd_in;
int fd_out;
bool background;