summaryrefslogtreecommitdiff
path: root/pluginlv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluginlv2.h')
-rw-r--r--pluginlv2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pluginlv2.h b/pluginlv2.h
index 61fef02..a1408fa 100644
--- a/pluginlv2.h
+++ b/pluginlv2.h
@@ -48,6 +48,9 @@ class PluginLV2
public:
virtual ~PluginLV2() = default;
+ //! Not used in LV2
+ void init() override {}
+
//! Get current free-wheel mode.
bool getFreeWheel() const override;