summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r--src/server/LV2Block.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp
index ffb86d0a..e5d41006 100644
--- a/src/server/LV2Block.hpp
+++ b/src/server/LV2Block.hpp
@@ -48,6 +48,8 @@ public:
bool instantiate(BufferFactory& bufs);
+ LilvInstance* instance() { return instance(0); }
+
BlockImpl* duplicate(Engine& engine,
const Raul::Symbol& symbol,
GraphImpl* parent);