diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/kernel/property.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/kernel/property.h b/common/kernel/property.h index 814b2cac..2ff085ec 100644 --- a/common/kernel/property.h +++ b/common/kernel/property.h @@ -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; |