diff options
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r-- | ingen/LV2Features.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index f718b22f..91e57dc6 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -40,7 +40,7 @@ public: class Feature { public: - virtual ~Feature() {} + virtual ~Feature() = default; virtual const char* uri() const = 0; |