From 25177612b20f7d3ebd4138fed9cd9acffec7e756 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 13:50:13 -0500 Subject: Fix inconsistent parameter names --- ingen/LV2Features.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/LV2Features.hpp') 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 lv2_features(World* world, - Node* block) const; + Node* node) const; private: typedef std::vector< SPtr > Features; -- cgit v1.2.1