minor std::string optimizations

This commit is contained in:
proddy
2024-09-15 12:33:27 +02:00
parent 9a20bf350a
commit e54d9a6c32
6 changed files with 10 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ class System {
return hostname_;
}
void hostname(std::string hostname) {
void hostname(const std::string hostname) {
hostname_ = hostname;
}