From 26d7e8e9399ef49a37463188cd2f841537c9bb4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2012 22:41:43 +0000 Subject: Gracefully ignore plugins which require unsupported features or have unknown port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4882 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/URIMap.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ingen/URIMap.hpp') diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp index 5f3aca63..e5ca71e3 100644 --- a/ingen/URIMap.hpp +++ b/ingen/URIMap.hpp @@ -46,6 +46,8 @@ public: _feature.data = data; } + const char* uri() const { return _feature.URI; } + SharedPtr feature(World*, Node*) { return SharedPtr(&_feature, NullDeleter); } -- cgit v1.2.1