Fix "implicit copy constructor for 'Property' is deprecated"
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
6930ab3acd
commit
8a69bd0735
@ -46,6 +46,7 @@ struct Property
|
||||
Property(const std::string &strval);
|
||||
Property(State bit);
|
||||
Property &operator=(const Property &other) = default;
|
||||
Property(const Property &other) = default;
|
||||
|
||||
bool is_string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user