summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r--ingen/LV2Features.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp
index f8006fc4..9995ff47 100644
--- a/ingen/LV2Features.hpp
+++ b/ingen/LV2Features.hpp
@@ -83,7 +83,7 @@ protected:
bool is_supported(const std::string& uri) const;
SPtr<FeatureArray> lv2_features(World* world,
- Node* block) const;
+ Node* node) const;
private:
typedef std::vector< SPtr<Feature> > Features;