From ba1f169967f64b9657074fba2de803b29829345c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Aug 2012 02:57:26 +0000 Subject: GraphObject => Node git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 --- src/LV2Features.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LV2Features.cpp') diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp index 9846dd80..122f794e 100644 --- a/src/LV2Features.cpp +++ b/src/LV2Features.cpp @@ -48,7 +48,7 @@ LV2Features::FeatureArray::~FeatureArray() } SharedPtr -LV2Features::lv2_features(World* world, GraphObject* node) const +LV2Features::lv2_features(World* world, Node* node) const { FeatureArray::FeatureVector vec; for (Features::const_iterator f = _features.begin(); f != _features.end(); ++f) { -- cgit v1.2.1