summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index 33180364..c0cdb4d9 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -49,7 +49,7 @@ class INGEN_API Interface
public:
using result_type = void;
- Interface() {}
+ Interface() = default;
virtual ~Interface() = default;