diff --git a/src/property.h b/src/property.h index c941647..6e3f13a 100644 --- a/src/property.h +++ b/src/property.h @@ -33,7 +33,7 @@ struct Property { class Mapper { public: Mapper() = default; - inline Mapper(const Property other) { map.insert({other.id, other}); } + inline Mapper(const Property& other) { map.insert({other.id, other}); } Property getProperty(const std::uint16_t id);