summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp2
1 files changed, 2 insertions, 0 deletions
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<LV2_Feature> feature(World*, Node*) {
return SharedPtr<LV2_Feature>(&_feature, NullDeleter<LV2_Feature>);
}