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

@@ -188,7 +188,7 @@ class DeviceValue {
bool get_custom_max(uint32_t & val);
std::string get_custom_fullname() const;
std::string get_fullname() const;
static std::string get_name(std::string & entity);
static std::string get_name(const std::string & entity);
// dv state flags
void add_state(uint8_t s) {