summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 19:25:18 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 20:59:06 +0100
commit951fa5cfd11f702340a98a7fbef7d806e454f866 (patch)
treebbc83efa02e1185fb48c1848ae58e9a933430bce /ingen/LV2Features.hpp
parent3283bca45475a597686378f232b65d052422c6b8 (diff)
downloadingen-951fa5cfd11f702340a98a7fbef7d806e454f866.tar.gz
ingen-951fa5cfd11f702340a98a7fbef7d806e454f866.tar.bz2
ingen-951fa5cfd11f702340a98a7fbef7d806e454f866.zip
Cleanup: Use "default" for default constructors and destructors
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r--ingen/LV2Features.hpp2
1 files changed, 1 insertions, 1 deletions
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: