summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/LV2Features.hpp2
-rw-r--r--ingen/Serialiser.hpp1
2 files changed, 2 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:
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index 776b837e..1ac5c151 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -43,6 +43,7 @@ class INGEN_API Serialiser
{
public:
explicit Serialiser(World& world);
+
virtual ~Serialiser();
/** Write a graph and all its contents as a complete bundle. */