From 951fa5cfd11f702340a98a7fbef7d806e454f866 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 19:25:18 +0100 Subject: Cleanup: Use "default" for default constructors and destructors --- ingen/LV2Features.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/LV2Features.hpp') diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index 06811294..75d5b377 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -35,7 +35,7 @@ class World; */ class INGEN_API LV2Features { public: - LV2Features(); + LV2Features() = default; class Feature { public: -- cgit v1.2.1