diff options
-rw-r--r-- | ingen/Resource.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index eb624e07..cc1f5db0 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -46,6 +46,8 @@ public: , _uri(uri) {} + Resource(const Resource& resource) = default; + Resource& operator=(const Resource& rhs) { assert(&rhs._uris == &_uris); if (&rhs != this) { |