diff options
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r-- | ingen/URIMap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp index d519b564..5f3aca63 100644 --- a/ingen/URIMap.hpp +++ b/ingen/URIMap.hpp @@ -46,7 +46,7 @@ public: _feature.data = data; } - SharedPtr<LV2_Feature> feature(World*, GraphObject*) { + SharedPtr<LV2_Feature> feature(World*, Node*) { return SharedPtr<LV2_Feature>(&_feature, NullDeleter<LV2_Feature>); } |