summaryrefslogtreecommitdiffstats
path: root/src/shared/LV2Features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/LV2Features.cpp')
-rw-r--r--src/shared/LV2Features.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2Features.cpp b/src/shared/LV2Features.cpp
index 24b3f6fa..7061ff76 100644
--- a/src/shared/LV2Features.cpp
+++ b/src/shared/LV2Features.cpp
@@ -49,7 +49,7 @@ LV2Features::FeatureArray::~FeatureArray()
}
SharedPtr<LV2Features::FeatureArray>
-LV2Features::lv2_features(Shared::World* world, Node* node) const
+LV2Features::lv2_features(Shared::World* world, GraphObject* node) const
{
FeatureArray::FeatureVector vec;
for (Features::const_iterator f = _features.begin(); f != _features.end(); ++f) {