summaryrefslogtreecommitdiffstats
path: root/ingen/Properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Properties.hpp')
-rw-r--r--ingen/Properties.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/ingen/Properties.hpp b/ingen/Properties.hpp
index ef914e68..39d6cf81 100644
--- a/ingen/Properties.hpp
+++ b/ingen/Properties.hpp
@@ -57,11 +57,8 @@ class Properties : public std::multimap<Raul::URI, Property> {
public:
using Graph = Property::Graph;
- Properties() {}
-
- Properties(const Properties& copy)
- : std::multimap<Raul::URI, Property>(copy)
- {}
+ Properties() = default;
+ Properties(const Properties& copy) = default;
Properties(std::initializer_list<value_type> l)
: std::multimap<Raul::URI, Property>(l)